aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/actions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Users can now pass :branch for git plugins and :revision for subversion pluginsMatt Duncan2009-08-081-0/+15
* Updated vendored thor to 0.11.3.José Valim2009-07-231-35/+0
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-0/+13
* Change false to :verbose => false as in new Thor version.José Valim2009-07-151-9/+20
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
* Make specs pass on Ruby 1.9.José Valim2009-07-061-19/+4
* Ensure that rails templates methods are invoked with the proper extensions [#...José Valim2009-07-041-0/+18
* Make generators test pass with latest Thor versionJosé Valim2009-07-041-3/+3
* Move file action only to app generator.José Valim2009-06-281-4/+4
* Tests for plugin generator.José Valim2009-06-251-2/+3
* Change current sstructure.José Valim2009-06-231-0/+184