Giter VIP home page Giter VIP logo

johan-- / 113-ruby-on-rails-5-2-0-changes-and-new-features Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 44 KB

Upcoming features include ActiveStorage, built-in Redis Cache Store, updated Rails Credentials and a bunch of other cool things! Honorable mentions also to the new Stimulus Javascript Framework.

Home Page: https://www.driftingruby.com/episodes/ruby-on-rails-5-2-0-changes-and-new-features

Ruby 79.31% JavaScript 3.25% CSS 1.95% HTML 15.49%

113-ruby-on-rails-5-2-0-changes-and-new-features's Introduction

Override policy inline

class PostsController < ApplicationController content_security_policy do |p| p.upgrade_insecure_requests true end end

Using literal values

class PostsController < ApplicationController content_security_policy do |p| p.base_uri "https://www.example.com" end end

Using mixed static and dynamic values

class PostsController < ApplicationController content_security_policy do |p| p.base_uri :self, -> { "https://#{current_user.domain}.example.com" } end end

<%= form_with model, id: 'model' do |f| %>

<% end %>

config.action_view.form_with_generates_ids = false

2.4.2 :001 > Time.new.next_year => 2019-01-07 20:51:11 -0500 2.4.2 :002 > Time.new.next_year(4) => 2022-01-07 20:51:15 -0500 2.4.2 :003 > Time.new.next_month(4) => 2018-05-07 20:51:29 -0400 2.4.2 :004 > Time.new.prev_month(4) => 2017-09-07 20:51:42 -0400 2.4.2 :005 > Time.new.prev_day(4) => 2018-01-03 20:51:59 -0500 2.4.2 :006 >

113-ruby-on-rails-5-2-0-changes-and-new-features's People

Contributors

kobaltz avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.