aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Bring rdoc tasks back to plugins.José Valim2010-03-301-0/+13
* Remove deprecated model_subclass since it was never published.José Valim2010-03-301-12/+0
* Revert "Update USAGE docs for generators."José Valim2010-03-296-6/+6
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-2911-7/+7
* Update USAGE docs for generators.Rizwan Reza2010-03-286-6/+6
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-2811-7/+7
* Merge remote branch 'rizwan/restrict'wycats2010-03-281-0/+1
|\
| * adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* | Rails 3 application can run performance tests now. [#4171 state:resolved]Rizwan Reza2010-03-281-1/+1
|/
* Fixes typo in environments/production.rb template.watsonian2010-03-271-1/+1
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-0/+9
* Merge branch 'master' into docrailswycats2010-03-26138-2/+10826
|\
| * Just assert for 'Hi' in generated mailer tests.José Valim2010-03-261-1/+1
| * Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-23137-1/+10812
| * No -rubygems neededwycats2010-03-221-1/+1
| * Provide a better error if thor is missingwycats2010-03-221-1/+9
| * Use human_name in scaffold.José Valim2010-03-171-0/+4
|/
* #add_source: Fixed docco + added required newline to line added to GemfileDr Nic Williams2010-02-261-2/+2
* Add readme as method in Rails::Generators::Actions (as we had in 2.3)José Valim2010-02-171-0/+10
* Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...Michael Bleigh2010-02-101-1/+1
* Added newline to appended gem config in GemfileDan Kubb2010-02-061-1/+1
* fix usage examples and more to use new invocationsRomD2010-02-062-6/+6
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-2/+1
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-1/+1
* No more vendored thor.José Valim2010-02-032-6/+4
* Ensure that attr_reader methods in generators are protected.José Valim2010-02-021-8/+5
* Change Rails::Generators::Migration protected instance methods to class metho...Szymon Nowak2010-02-021-23/+27
* Convert to class_attributeJeremy Kemper2010-02-011-3/+4
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-252-65/+57
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-18156-10310/+1
* 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-183-6/+16
* Plugin generator should use templates.José Valim2010-01-173-0/+0
* Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]Rizwan Reza2010-01-172-2/+13
* Bundle automatically if --dev or --edge is given as option.José Valim2010-01-151-2/+4
* Add documentation to f.submit and make scaffold generators use the new shortcut.José Valim2010-01-141-5/+1
* Get everyone running on Rails.env and fix the broken environment settings for...David Heinemeier Hansson2010-01-113-3/+8
* No more hacks to ensure generators are executed inside Rails.root.José Valim2010-01-071-17/+0
* Ensure application names are not singularized.José Valim2010-01-071-1/+1
* Ensure config/application.rb also uses app_const instead of app_name.classify.José Valim2010-01-072-2/+6
* Remove stray semicolon from cookie_verification_secret initialzer templateJeffrey Hardy2010-01-071-1/+1
* Align assignments in the session_store initializer templateJeffrey Hardy2010-01-071-2/+2
* Rails layouts, error pages, and public/index now use HTML5.Dan Croak2010-01-055-5/+0
* Fix --dev optionCarlhuda2010-01-041-1/+2
* Autoload AS test caseJoshua Peek2010-01-042-7/+4
* MergeDavid Heinemeier Hansson2010-01-035-35/+286
|\
| * Move all generators tests to use new test case syntax.José Valim2010-01-031-4/+19
| * Create Rails::Generators::TestCase.José Valim2010-01-032-1/+225
| * Assert for valid application names. [#3556 status:resolved]José Valim2010-01-031-2/+10
| * Use regexp in lookups instead of traversing namespaces. This removes the need...José Valim2010-01-031-28/+32