| Commit message (Expand) | Author | Age | Files | Lines |
* | Controller generators should generate tests when action is supplied. [#3421 s... | Sam Ruby | 2010-03-20 | 2 | -0/+11 |
* | Controller generator now creates routes as well [#4233 state:resolved] | José Valim | 2010-03-19 | 2 | -0/+7 |
* | Use human_name in scaffold. | José Valim | 2010-03-17 | 2 | -3/+3 |
* | Change functional tests to make use of a setup block. | José Valim | 2010-03-16 | 1 | -5/+9 |
* | In app_generator, fix hardcoded `bundle` call to derive the bundle executable... | Caio Chassot | 2010-03-12 | 1 | -1/+2 |
* | Add a check to ensure that the application name does not already exist, i.e. ... | Kieran Pilkington | 2010-03-12 | 1 | -0/+2 |
* | Revert "Always load the environment before executing any command. [#3905 stat... | José Valim | 2010-03-12 | 1 | -2/+5 |
* | Always load the environment before executing any command. [#3905 status:resol... | José Valim | 2010-03-12 | 1 | -5/+2 |
* | Update scaffold to use <%= form_for | Jeremy Kemper | 2010-03-10 | 1 | -1/+1 |
* | Added alert to layouts on scaffold. | José Valim | 2010-03-09 | 2 | -0/+5 |
* | Update generated Gemfile to use http://rubygems.org, unicorn instead of mongr... | Jeremy Kemper | 2010-03-07 | 1 | -4/+4 |
* | Change generated code to replace faulty comment | Carlhuda | 2010-03-04 | 1 | -1/+1 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 2 | -8/+3 |
* | Fix Sam Ruby's tests and deprecation warnings | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Revert "In app_generator, fix hardcoded `bundle` call to derive the bundle ex... | Carl Lerche | 2010-03-03 | 1 | -2/+1 |
* | In app_generator, fix hardcoded `bundle` call to derive the bundle executable... | Caio Chassot | 2010-03-03 | 1 | -1/+2 |
* | Removing prototype and just using vanilla js | Mikel Lindsaar | 2010-03-02 | 1 | -17/+17 |
* | vendor/rails doesn't work anymore, remove it from the blank slate suggestion | Joshua Peek | 2010-02-28 | 1 | -9/+0 |
* | the folder public/javascripts should be created by default [#4027 status:reso... | Ramon Soares | 2010-02-26 | 1 | -2/+5 |
* | load_path is expecting a String in the application.rb generator | Thomas R. Koll | 2010-02-25 | 1 | -1/+1 |
* | don't set @expected.date in generated mailer test | David Chelimsky | 2010-02-22 | 1 | -1/+0 |
* | Invalid namespace on app generation raises an error | Kyle Maxwell | 2010-02-17 | 1 | -2/+7 |
* | Resolve test/unit load ordering by removing backtrace filter from boot initia... | Jeremy Kemper | 2010-02-11 | 1 | -2/+1 |
* | Suggest Mongrel and Capistrano in the default bundle | David Heinemeier Hansson | 2010-02-09 | 1 | -11/+17 |
* | Take into account gem versions (so script/rails server can work outside the a... | José Valim | 2010-02-08 | 1 | -1/+0 |
* | Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3 | Mikel Lindsaar | 2010-02-08 | 4 | -1041/+1593 |
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+1 |
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 18 | -32/+32 |
* | Cleanup comments | David Heinemeier Hansson | 2010-02-05 | 1 | -8/+3 |
* | Not a fan of the double ## | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+2 |
* | Simplify conditions for --dev and --edge | David Heinemeier Hansson | 2010-02-05 | 1 | -6/+6 |
* | Path approach shouldnt specify version | David Heinemeier Hansson | 2010-02-05 | 1 | -1/+1 |
* | New style for path references | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 |
* | Add prototype ujs handler for data-method | Jeremy Kemper | 2010-02-04 | 1 | -0/+26 |
* | Update prototype-ujs for data-confirm | Jeremy Kemper | 2010-02-04 | 1 | -5/+12 |
* | Expose CSRF tag for UJS adapters | Jeremy Kemper | 2010-02-04 | 1 | -0/+1 |
* | Ensure javascripts are pulled in so UJS can hook the Delete link | Jeremy Kemper | 2010-02-04 | 1 | -0/+1 |
* | Autorequire default libs and those in groups named after the current Rails en... | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 |
* | Revert "Rails script commands load the application rather than just boot" | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
* | Rails script commands load the application rather than just boot | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
* | Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ... | Jeremy Kemper | 2010-02-04 | 2 | -29/+14 |
* | Updated the database.yml file generated for ibm_db to the latest version of D... | Antonio Cangiano | 2010-02-04 | 1 | -11/+20 |
* | Update Gemfile to use latest bundler config. | José Valim | 2010-02-04 | 2 | -20/+26 |
* | Use a normal gem source url instead of a magic symbol | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
* | Autorequire bundled libraries by default | Jeremy Kemper | 2010-02-03 | 1 | -1/+4 |
* | Update rails to use the latest bundler | Carl Lerche | 2010-02-03 | 1 | -1/+1 |
* | Make bin/rails call rails/commands/application, fix generators usage and upda... | José Valim | 2010-02-03 | 2 | -1/+2 |
* | Updating index.html to remove script/generate and making railties tests pass ... | Mikel Lindsaar | 2010-02-02 | 1 | -1/+1 |
* | Fix rails server | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+1 |
* | Add a reminder that you should use "rails" not "script/rails" when running no... | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+2 |