Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | reload! on console now works as expected. [#3822 status:resolved] | José Valim | 2010-02-26 | 1 | -3/+29 |
| | |||||
* | the folder public/javascripts should be created by default [#4027 ↵ | Ramon Soares | 2010-02-26 | 1 | -0/+1 |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add autoload to generators modules and fix failing test. | José Valim | 2010-02-26 | 1 | -4/+4 |
| | |||||
* | Final pass at removing the router from a global constant | Carlhuda | 2010-02-25 | 1 | -0/+42 |
| | |||||
* | Get Railties tests passing | Carlhuda | 2010-02-25 | 1 | -0/+3 |
| | |||||
* | Fix dangling klass reference | Jeremy Kemper | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Fix test on 1.8.8. Broken by inherited hook now running before Class.new block. | Jeremy Kemper | 2010-02-25 | 1 | -5/+6 |
| | |||||
* | Remove references to ActionDispatch::Routing::Routes in favor of ↵ | Carl Lerche | 2010-02-24 | 2 | -4/+4 |
| | | | | Rails.appication.routes. | ||||
* | Woops, forgot to actually add active_support/core_ext/file/path.rb | Carlhuda | 2010-02-23 | 1 | -0/+1 |
| | |||||
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 4 | -25/+12 |
| | | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path. | ||||
* | Makes send_file work again by deferring to Rack::Sendfile. | Carlhuda | 2010-02-23 | 1 | -0/+55 |
| | | | | | | | | | | * Add the Rack::Sendfile middleware * Make the header to use configurable via config.action_dispatch.x_sendfile_header (default to "X-Sendfile"). * Add Railties tests to confirm that these work * Remove the :stream, :buffer_size, and :x_senfile default options to send_file * Change the log subscriber to always say "Sent file" * Add deprecation warnings for options that are now no-ops Note that servers can configure this by setting X-Sendfile-Type. Hosting companies and those creating packages of servers specially designed for Rails applications are encouraged to specify this header so that this can work transparently. | ||||
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 2 | -5/+5 |
| | |||||
* | Add a test for default_url_options in AM. | José Valim | 2010-02-21 | 1 | -0/+11 |
| | |||||
* | Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure ↵ | José Valim | 2010-02-19 | 1 | -3/+15 |
| | | | | after_initializer is executed after to_prepare callbacks. | ||||
* | Ensure config.after_initializer is executed before building the middleware ↵ | José Valim | 2010-02-18 | 1 | -0/+14 |
| | | | | stack. | ||||
* | Add readme as method in Rails::Generators::Actions (as we had in 2.3) | José Valim | 2010-02-17 | 1 | -0/+6 |
| | |||||
* | Merge master. | José Valim | 2010-02-17 | 4 | -12/+25 |
|\ | |||||
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 4 | -12/+25 |
| | | |||||
* | | Invalid namespace on app generation raises an error | Kyle Maxwell | 2010-02-17 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | | Show deprecation message for rails/init.rb in plugins. | José Valim | 2010-02-17 | 1 | -0/+9 |
| | | |||||
* | | Subscriber should not explode if a non namespaced instrumentation is given. | José Valim | 2010-02-16 | 1 | -1/+7 |
| | | |||||
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 4 | -124/+124 |
|/ | |||||
* | Fix a couple failing tests. | José Valim | 2010-02-10 | 1 | -4/+2 |
| | |||||
* | Fixes unescaped version passthrough of generator 'gem' command. [#3901 ↵ | Michael Bleigh | 2010-02-10 | 1 | -0/+18 |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Debrittlize tests somewhat - fix for CI build | Mikel Lindsaar | 2010-02-10 | 1 | -5/+5 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+17 |
| | |||||
* | 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 | 2 | -11/+5 |
| | | | | lookup. | ||||
* | Fixes test fail | Yehuda Katz | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ↵ | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | | | | the list of railtie choices to those that make sense. | ||||
* | Update Gemfile to use latest bundler config. | José Valim | 2010-02-04 | 1 | -0/+7 |
| | |||||
* | Updating index.html to remove script/generate and making railties tests pass ↵ | Mikel Lindsaar | 2010-02-02 | 1 | -24/+4 |
| | | | | again | ||||
* | Remove the generated gemfile in railties tests since the rails gemfile is used. | Carl Lerche | 2010-02-02 | 1 | -0/+4 |
| | |||||
* | Fixed --dev flag for new bundler | Mikel Lindsaar | 2010-02-02 | 1 | -3/+3 |
| | |||||
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 3 | -6/+6 |
| | |||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -1/+12 |
| | |||||
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 2 | -29/+9 |
| | |||||
* | deOMGifying Railties, Active Support, and Action Pack | Mikel Lindsaar | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | Revert "Drop JS scripts from core" | Joshua Peek | 2010-01-30 | 1 | -3/+5 |
| | | | | This reverts commit a06c47a52b90a5d812e64309488ad5926dc583ca. | ||||
* | Improve railtie deprecation messages. | José Valim | 2010-01-30 | 1 | -0/+7 |
| | |||||
* | tsort-based dependency resolution for initializers | Paul Rosania | 2010-01-29 | 2 | -3/+42 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Drop JS scripts from core | Joshua Peek | 2010-01-29 | 1 | -5/+3 |
| | |||||
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 3 | -1/+3 |
| | |||||
* | Add more tests to some key points in Railties. | José Valim | 2010-01-28 | 9 | -130/+186 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Add reloadable specific for engines and move environment to application paths. | José Valim | 2010-01-28 | 4 | -4/+12 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+8 |
| |