aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/actions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-0/+24
* README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-061-2/+2
* Remove some warning with Ruby 2.2Rafael Mendonça França2014-12-291-1/+1
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-0/+10
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+1
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* | Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-1/+1
|/
* Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-271-7/+15
|\
| * Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-7/+7
|/
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+1
* Fix readme testsCarlos Antonio da Silva2013-01-071-2/+2
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-16/+15
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-18/+18
* Use new hash syntax for generators gem methodAlexey Vakhov2012-05-221-0/+8
* Rails::Plugin has goneSantiago Pastorino2012-01-031-37/+0
* Add the .rdoc extension to the README that Rails generates for a new applicationSteve Richert2011-12-091-3/+3
* Updating newline fix to maintain existing linebreaks and indentation and test...John Donahue2011-11-251-4/+6
* Added tests for #3751ganesh2011-11-251-1/+1
* Isolate rake action tests that should be run under default envGuillermo Iguaran2011-10-081-4/+8
* The generator invokes rake with either the :env option, ENV['RAILS_ENV'], or ...Jeremy Kemper2011-10-081-3/+5
* Honour RAILS_ENV environment variable when running rake.Dmitriy Kiriyenko2011-09-291-0/+16
* Add gem_group support to generatorsWojciech Mach2011-09-041-0/+14
* 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-0/+7
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-2/+2
* log and readme should respect --quietJosé Valim2011-03-041-0/+25
* Fix app and actions generators testsPiotr Sarnacki2010-09-251-0/+5
* Remove deprecation warnings in railtiesCarlos Antonio da Silva2010-09-061-37/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-3/+3
* Bundler deprecated options in Gemfile with application template using method ...Adrian Sanchez2010-05-151-2/+12
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-1/+1
* removed useless require lineSebastian Martinez2010-03-191-3/+0
* Add readme as method in Rails::Generators::Actions (as we had in 2.3)José Valim2010-02-171-0/+6
* Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...Michael Bleigh2010-02-101-0/+18
* fix usage examples and more to use new invocationsRomD2010-02-061-5/+5
* Get generators tests running on Ruby 1.9.1José Valim2010-01-191-1/+2
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-2/+2
* Automatically remove :generators: from namespaces.José Valim2010-01-181-1/+1
* Ensure generators can be invoked by their shortcut and remove attr_reader tasks.José Valim2010-01-181-0/+13
* Move all generators tests to use new test case syntax.José Valim2010-01-031-9/+3
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-1/+1
* Remove --freeze (since Rails will come bundled in all new apps) and update ge...José Valim2009-11-031-23/+24
* CI breakageYehuda Katz2009-11-021-1/+1
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-1/+1
* Use Rails.root in railties testsJoshua Peek2009-10-181-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-5/+5
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1