aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Collapse)AuthorAgeFilesLines
* Use raw in yield since templates engines should not be required to html_safe ↵José Valim2010-04-061-1/+1
| | | | their contents.
* Remove :layout option from generators.José Valim2010-04-061-1/+0
|
* A new application now comes with a layout and a stylesheet.José Valim2010-04-0611-39/+19
|
* Rename config.cookie_secret to config.secret_token and pass it as ↵José Valim2010-04-052-4/+2
| | | | configuration in request.env. This is another step forward removing global configuration.
* Merge commit 'rails/master'Xavier Noria2010-04-032-1/+5
|\
| * Fixing index style [#4313 state:committed]Santiago Pastorino2010-04-021-1/+2
| | | | | | | | Signed-off-by: wycats <wycats@gmail.com>
| * Raise exceptions instead of rendering error templates in test environment ↵Rolf Bjaanes2010-04-021-0/+3
| | | | | | | | | | | | [#4315 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* | Merge branch 'master' of git://github.com/rails/railsRizwan Reza2010-04-023-6/+16
|\|
| * Missed __FILE__Jeremy Kemper2010-03-311-1/+1
| |
| * To skip bundler, `rm Gemfile`. Create a Gemfile to use it again.Jeremy Kemper2010-03-313-14/+15
| |
| * Add --skip-bundler option to rails application generatorJoshua Peek2010-03-313-1/+10
| | | | | | | | | | NOTE: This does not fix the bundler activation issue. The "bundler" gem will still be installed and activated when you install rails.
* | Merge commit 'rails/master'Xavier Noria2010-03-314-13/+15
|\|
| * 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
| | | | | | | | This reverts commit d31e03f3566471f2ad04dc6dace889fae962f7a8.
| * Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-2911-7/+7
| | | | | | | | This reverts commit a0dc6755db71b33aebccdb95fd0dd7097c934c04.
| * Update USAGE docs for generators.Rizwan Reza2010-03-286-6/+6
| |
| * Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-2811-7/+7
| | | | | | | | | | | | | | | | | | | | Run 'rake update:test_directory' to reorganize your already generated apps. test/functional -> test/controllers test/functional -> test/controllers test/unit/helpers -> test/helpers test/unit/**/*_observer_test.rb -> test/observers test/unit -> test/models
| * 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
| |/
* / Changes migration number to version due to ambiguity. [#3065 state:committed]Rizwan Reza2010-03-281-3/+3
|/
* 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
| | | | | Provide a default in production.rb that can be modified, so that people who care about sendfile performance in production mode can get better performance easily.
* 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
| | | | | | | | former since it's less obstrusive.
| * 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵Michael Bleigh2010-02-101-1/+1
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Added newline to appended gem config in GemfileDan Kubb2010-02-061-1/+1
| | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
* fix usage examples and more to use new invocationsRomD2010-02-062-6/+6
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Add config.generators.templates to provide alternative paths for template ↵José Valim2010-02-061-2/+1
| | | | lookup.
* Make bin/rails call rails/commands/application, fix generators usage and ↵José Valim2010-02-031-1/+1
| | | | update .gitignores.
* 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 ↵Szymon Nowak2010-02-021-23/+27
| | | | | | methods. [#3820 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵José Valim2010-01-18156-10310/+1
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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 ↵David Heinemeier Hansson2010-01-113-3/+8
| | | | for script/console and script/dbconsole