aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Route generator should be idempotent - closes #22082Thiago Pinto2015-10-311-1/+1
* Change wrong usage in documentation about autoload_paths [ci skip]Mehmet Emin İNAÇ2015-07-021-2/+2
* modify add_source in application template to take a block for gem entriesHirofumi Wakasugi2015-06-251-2/+16
* Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-1/+1
* Force generated route to be insertedAndrew White2015-02-051-1/+1
* Don't remove all line endings from routes.rbAndrew White2015-02-031-2/+2
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-4/+6
* Add an after_bundle callback in Rails templatesStefan Kanev2014-08-031-0/+11
* Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-271-4/+13
|\
| * Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-4/+14
|/
* Replace map.flatten with flat_map in railtiesErik Michaels-Ober2014-03-041-1/+1
* Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-8/+8
* Revert "Used Yield instead of block.call" -- this causes all of atom_feed_hel...David Heinemeier Hansson2013-11-141-2/+2
* Used Yield instead of block.callKuldeep Aggarwal2013-11-151-2/+2
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+1
* Change default root route helperKohei Hasegawa2013-02-261-1/+1
* Initialize instance variable to remove warningCarlos Antonio da Silva2013-01-071-0/+4
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-22/+22
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-2/+1
|\
| * Remove obsolete comment from generator gem methodAlexey Vakhov2012-05-221-2/+1
* | Use new hash syntax for generators gem methodAlexey Vakhov2012-05-221-1/+1
|/
* Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-141-42/+0
* minor fixes [ci skip]Vijay Dev2012-04-051-2/+2
* added example, removed blank linesHrvoje Šimić2012-04-041-4/+13
* Correct invalid route example [ci skip]Cezary Baginski2012-04-021-1/+1
* Fixes #4764 - remove generated new line in routes.rb on scaffold generationVijay Dev2012-01-311-1/+1
* No need to check for 'draw do |map|' anymorePiotr Sarnacki2012-01-071-1/+1
* use Kernel#Array instead of Array.wrap in Rails::Generators::ActionsSergey Nartimov2012-01-061-2/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-34/+0
* Merge pull request #4221 from tonycoco/masterJon Leighton2011-12-281-0/+1
|\
| * Update railties/lib/rails/generators/actions.rbTony Coconate2011-12-281-0/+1
* | Updating newline fix to maintain existing linebreaks and indentation and test...John Donahue2011-11-251-3/+4
* | Added tests for #3751ganesh2011-11-251-1/+1
|/
* warning removed : '&' interpreted as argument prefixArun Agrawal2011-09-301-1/+1
* Honour RAILS_ENV environment variable when running rake.Dmitriy Kiriyenko2011-09-291-1/+1
* Merge pull request #2841 from wojtekmach/app-generators-groupJosé Valim2011-09-041-1/+26
|\
| * Add gem_group support to generatorsWojciech Mach2011-09-041-1/+26
* | Warnings removed for using shadow variable.Arun Agrawal2011-09-041-2/+2
|/
* fix indent for generator environment methodAlexey Vakhov2011-09-021-1/+1
* Fix Rails::Generators::Actions#environment when env is passed. Closes #2110Guillermo Iguaran2011-07-181-2/+3
* Removed warnings about shadowing variablesAlexey Gaziev2011-06-201-4/+4