| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Also check if application is a valid constant in rake rails:update. | José Valim | 2010-02-21 | 1 | -5/+11 |
* | Rename engines_load_path to railties_load_path. | José Valim | 2010-02-20 | 1 | -1/+1 |
* | Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte... | José Valim | 2010-02-19 | 1 | -7/+4 |
* | Ensure config.after_initializer is executed before building the middleware st... | José Valim | 2010-02-18 | 2 | -4/+7 |
* | Fix called_from under Windows so engines works properly | Aaron | 2010-02-18 | 1 | -1/+1 |
* | Add readme as method in Rails::Generators::Actions (as we had in 2.3) | José Valim | 2010-02-17 | 1 | -0/+10 |
* | Invalid namespace on app generation raises an error | Kyle Maxwell | 2010-02-17 | 1 | -2/+7 |
* | Show deprecation message for rails/init.rb in plugins. | José Valim | 2010-02-17 | 1 | -2/+8 |
* | Subscriber should not explode if a non namespaced instrumentation is given. | José Valim | 2010-02-16 | 1 | -1/+2 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 6 | -44/+44 |
* | require Strings, not Symbols | Yehuda Katz | 2010-02-14 | 1 | -1/+1 |
* | Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and G... | Carl Lerche | 2010-02-11 | 1 | -11/+0 |
* | Resolve test/unit load ordering by removing backtrace filter from boot initia... | Jeremy Kemper | 2010-02-11 | 3 | -11/+8 |
* | Fixes unescaped version passthrough of generator 'gem' command. [#3901 status... | Michael Bleigh | 2010-02-10 | 1 | -1/+1 |
* | Fix server environment [#3877 status:resolved] | Simo Niemelä | 2010-02-10 | 2 | -6/+16 |
* | Add default values to output of 'rails server -h', hardcoded as Rack::Server ... | Prem Sichanugrist | 2010-02-10 | 1 | -3/+3 |
* | Add missing -h/--help flag to several rails command [#3909 status:resolved] | Prem Sichanugrist | 2010-02-10 | 6 | -11/+11 |
* | Suggest Mongrel and Capistrano in the default bundle | David Heinemeier Hansson | 2010-02-09 | 1 | -11/+17 |
* | rails runner loads environment after parsing command-line options | Jeremy Kemper | 2010-02-09 | 2 | -2/+2 |
* | Take into account gem versions (so script/rails server can work outside the a... | José Valim | 2010-02-08 | 3 | -3/+2 |
* | 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 | 2 | -1/+2 |
* | Add backtrace cleaner on test unit railtie. | José Valim | 2010-02-07 | 1 | -0/+8 |
* | Added newline to appended gem config in Gemfile | Dan Kubb | 2010-02-06 | 1 | -1/+1 |
* | Merge remote branch 'fxn/master' | Jeremy Kemper | 2010-02-06 | 1 | -0/+2 |
|\ |
|
| * | rack debugger needs active_support/core_ext/kernel/requires for require_libra... | Xavier Noria | 2010-02-06 | 1 | -0/+2 |
* | | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 23 | -46/+46 |
|/ |
|
* | Add config.generators.templates to provide alternative paths for template loo... | José Valim | 2010-02-06 | 5 | -3/+13 |
* | Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ... | Prem Sichanugrist | 2010-02-06 | 1 | -1/+1 |
* | Fix 'rails server -h' double help banner. Correct its usage line. [#3874 stat... | Henrik N | 2010-02-06 | 1 | -1/+4 |
* | 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 |
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -1/+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 |
* | server command loads the application | Jeremy Kemper | 2010-02-04 | 1 | -1/+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 |
* | Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u... | Jeremy Kemper | 2010-02-04 | 1 | -4/+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 |
* | Make RAILS_* give deprecation warning just once | Pratik Naik | 2010-02-04 | 1 | -6/+21 |
* | Remove duplicated version check. | José Valim | 2010-02-04 | 1 | -2/+0 |
* | Automatically require rubygems when --dev flag is given. | José Valim | 2010-02-04 | 1 | -1/+2 |