This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
00690b27e5
rails--rails
/
activestorage
/
test
/
dummy
/
Rakefile
6 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
Use frozen string literal in Active Storage
2017-08-12 08:32:15 -04:00
# frozen_string_literal: true
Fix `Style/StringLiterals` violations for Active Storage ``` % be rubocop -a --only Style/StringLiterals activestorage Inspecting 74 files ........................................CCCCCCCCCC.C........CC.......C.C.. (snip) 74 files inspected, 31 offenses detected, 31 offenses corrected ```
2017-08-02 14:13:11 -04:00
require_relative "config/application"
Introduce the Dummy. (#70)
2017-07-27 16:15:38 -04:00
Rails.application.load_tasks
Copy permalink