index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
generators
/
actions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails::Generators::Actions#execute_command allows option `capture`
bogdanvlviv
2017-11-06
1
-1
/
+7
*
Support multiple versions arguments for `gem` method of Generators
Yoshiyuki Hirano
2017-08-19
1
-5
/
+10
*
Fix format of generator docs [ci skip]
Yoshiyuki Hirano
2017-08-15
1
-1
/
+1
*
Merge pull request #30241 from yhirano55/optimize_routes_indentation
Rafael Mendonça França
2017-08-14
1
-1
/
+1
|
\
|
*
Optimize routes indentation
Yoshiyuki Hirano
2017-08-14
1
-1
/
+1
*
|
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
|
/
*
Optimize indentation for generator actions
Yoshiyuki Hirano
2017-08-11
1
-13
/
+28
*
[ci skip] Fix rails_command comments
Yoshiyuki Hirano
2017-08-01
1
-3
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Deprecate an `capify!` method in generators and templates
yuuji.yaginuma
2017-06-18
1
-0
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-5
/
+5
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-10
/
+10
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
remove unused require
Mohamad Abras
2016-03-29
1
-2
/
+0
*
AppGenerator: allow both 'rake' and 'rails'
claudiob
2016-03-09
1
-6
/
+21
*
Invoke 'rails' instead of 'rake' in AppGenerator
claudiob
2016-02-20
1
-1
/
+1
*
AppGenerator: Replace 'rake' with 'rails_command'
claudiob
2016-02-20
1
-0
/
+1
*
Rails::Generators::Actions#gem should work even if frozen string is passed as...
Prathamesh Sonpatki
2016-01-24
1
-1
/
+1
*
Fixes using `add_source` with a block after using `gem` in a custom rails
Will Fisher
2015-12-21
1
-1
/
+1
*
Route generator should be idempotent - closes #22082
Thiago Pinto
2015-10-31
1
-1
/
+1
*
Change wrong usage in documentation about autoload_paths [ci skip]
Mehmet Emin İNAÇ
2015-07-02
1
-2
/
+2
*
modify add_source in application template to take a block for gem entries
Hirofumi Wakasugi
2015-06-25
1
-2
/
+16
*
Add a new-line to the end of route method generated code.
Arthur Neves
2015-03-18
1
-1
/
+1
*
Force generated route to be inserted
Andrew White
2015-02-05
1
-1
/
+1
*
Don't remove all line endings from routes.rb
Andrew White
2015-02-03
1
-2
/
+2
*
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
1
-1
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...
Rafael Mendonça França
2014-10-18
1
-2
/
+2
*
Revert "Replace (slower) block.call with (faster) yield"
Zachary Scott
2014-10-18
1
-2
/
+2
*
Replace (slower) block.call with (faster) yield
claudiob
2014-10-18
1
-2
/
+2
*
fix broken `gem` method with non-String arguments. Closes #16709.
Yves Senn
2014-08-27
1
-4
/
+6
*
Add an after_bundle callback in Rails templates
Stefan Kanev
2014-08-03
1
-0
/
+11
*
Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes
Yves Senn
2014-05-27
1
-4
/
+13
|
\
|
*
Replace double quotes with single quotes while adding an entry into Gemfile
alexbel
2014-05-26
1
-4
/
+14
|
/
*
Replace map.flatten with flat_map in railties
Erik Michaels-Ober
2014-03-04
1
-1
/
+1
*
Improve font of some code in API documentation [ci skip]
Chun-wei Kuo
2013-12-26
1
-8
/
+8
*
Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...
David Heinemeier Hansson
2013-11-14
1
-2
/
+2
*
Used Yield instead of block.call
Kuldeep Aggarwal
2013-11-15
1
-2
/
+2
*
Removing the app constant and replacing it with Rails.application
wangjohn
2013-04-30
1
-1
/
+1
*
Change default root route helper
Kohei Hasegawa
2013-02-26
1
-1
/
+1
*
Initialize instance variable to remove warning
Carlos Antonio da Silva
2013-01-07
1
-0
/
+4
*
Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...
Jeremy Kemper
2013-01-06
1
-1
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-22
/
+22
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
1
-1
/
+1
[next]