Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add --skip-bundler option to rails application generator | Joshua Peek | 2010-03-31 | 3 | -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 Noria | 2010-03-31 | 4 | -13/+15 | |
|\| | ||||||
| * | Bring rdoc tasks back to plugins. | José Valim | 2010-03-30 | 1 | -0/+13 | |
| | | ||||||
| * | Remove deprecated model_subclass since it was never published. | José Valim | 2010-03-30 | 1 | -12/+0 | |
| | | ||||||
| * | Revert "Update USAGE docs for generators." | José Valim | 2010-03-29 | 6 | -6/+6 | |
| | | | | | | | | This reverts commit d31e03f3566471f2ad04dc6dace889fae962f7a8. | |||||
| * | Revert "Reorganized app/test directory. [#3057 state:resolved]" | José Valim | 2010-03-29 | 11 | -7/+7 | |
| | | | | | | | | This reverts commit a0dc6755db71b33aebccdb95fd0dd7097c934c04. | |||||
| * | Update USAGE docs for generators. | Rizwan Reza | 2010-03-28 | 6 | -6/+6 | |
| | | ||||||
| * | Reorganized app/test directory. [#3057 state:resolved] | Rizwan Reza | 2010-03-28 | 11 | -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' | wycats | 2010-03-28 | 1 | -0/+1 | |
| |\ | ||||||
| | * | adds missing requires for Object#blank? and Object#present? | Xavier Noria | 2010-03-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Rails 3 application can run performance tests now. [#4171 state:resolved] | Rizwan Reza | 2010-03-28 | 1 | -1/+1 | |
| |/ | ||||||
* / | Changes migration number to version due to ambiguity. [#3065 state:committed] | Rizwan Reza | 2010-03-28 | 1 | -3/+3 | |
|/ | ||||||
* | Fixes typo in environments/production.rb template. | watsonian | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | Make X-Sendfile default to "" so it works correctly in dev mode. | wycats | 2010-03-26 | 1 | -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 docrails | wycats | 2010-03-26 | 138 | -2/+10826 | |
|\ | ||||||
| * | Just assert for 'Hi' in generated mailer tests. | José Valim | 2010-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 137 | -1/+10812 | |
| | | | | | | | | former since it's less obstrusive. | |||||
| * | No -rubygems needed | wycats | 2010-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | Provide a better error if thor is missing | wycats | 2010-03-22 | 1 | -1/+9 | |
| | | ||||||
| * | Use human_name in scaffold. | José Valim | 2010-03-17 | 1 | -0/+4 | |
|/ | ||||||
* | #add_source: Fixed docco + added required newline to line added to Gemfile | Dr Nic Williams | 2010-02-26 | 1 | -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é Valim | 2010-02-17 | 1 | -0/+10 | |
| | ||||||
* | Fixes unescaped version passthrough of generator 'gem' command. [#3901 ↵ | Michael Bleigh | 2010-02-10 | 1 | -1/+1 | |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Added newline to appended gem config in Gemfile | Dan Kubb | 2010-02-06 | 1 | -1/+1 | |
| | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | |||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 2 | -6/+6 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Add config.generators.templates to provide alternative paths for template ↵ | José Valim | 2010-02-06 | 1 | -2/+1 | |
| | | | | lookup. | |||||
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 1 | -1/+1 | |
| | | | | update .gitignores. | |||||
* | No more vendored thor. | José Valim | 2010-02-03 | 2 | -6/+4 | |
| | ||||||
* | Ensure that attr_reader methods in generators are protected. | José Valim | 2010-02-02 | 1 | -8/+5 | |
| | ||||||
* | Change Rails::Generators::Migration protected instance methods to class ↵ | Szymon Nowak | 2010-02-02 | 1 | -23/+27 | |
| | | | | | | methods. [#3820 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -3/+4 | |
| | ||||||
* | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 2 | -65/+57 | |
| | ||||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 156 | -10310/+1 | |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | |||||
* | Automatically remove :generators: from namespaces. | José Valim | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Ensure generators can be invoked by their shortcut and remove attr_reader tasks. | José Valim | 2010-01-18 | 3 | -6/+16 | |
| | ||||||
* | Plugin generator should use templates. | José Valim | 2010-01-17 | 3 | -0/+0 | |
| | ||||||
* | Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved] | Rizwan Reza | 2010-01-17 | 2 | -2/+13 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Bundle automatically if --dev or --edge is given as option. | José Valim | 2010-01-15 | 1 | -2/+4 | |
| | ||||||
* | Add documentation to f.submit and make scaffold generators use the new shortcut. | José Valim | 2010-01-14 | 1 | -5/+1 | |
| | ||||||
* | Get everyone running on Rails.env and fix the broken environment settings ↵ | David Heinemeier Hansson | 2010-01-11 | 3 | -3/+8 | |
| | | | | for script/console and script/dbconsole | |||||
* | No more hacks to ensure generators are executed inside Rails.root. | José Valim | 2010-01-07 | 1 | -17/+0 | |
| | ||||||
* | Ensure application names are not singularized. | José Valim | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Ensure config/application.rb also uses app_const instead of app_name.classify. | José Valim | 2010-01-07 | 2 | -2/+6 | |
| | ||||||
* | Remove stray semicolon from cookie_verification_secret initialzer template | Jeffrey Hardy | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | Align assignments in the session_store initializer template | Jeffrey Hardy | 2010-01-07 | 1 | -2/+2 | |
| | ||||||
* | Rails layouts, error pages, and public/index now use HTML5. | Dan Croak | 2010-01-05 | 5 | -5/+0 | |
| | | | | | | | | | | The specification allows the character encoding meta tag to be removed if character encoding is set at the transport level (Content-Type), which Rails is doing. http://dev.w3.org/html5/html4-differences/#character-encoding Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fix --dev option | Carlhuda | 2010-01-04 | 1 | -1/+2 | |
| | ||||||
* | Autoload AS test case | Joshua Peek | 2010-01-04 | 2 | -7/+4 | |
| | ||||||
* | Merge | David Heinemeier Hansson | 2010-01-03 | 5 | -35/+286 | |
|\ | ||||||
| * | Move all generators tests to use new test case syntax. | José Valim | 2010-01-03 | 1 | -4/+19 | |
| | |