Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix small middlewares typo | Jack Dempsey | 2010-07-24 | 1 | -1/+1 | |
| | ||||||
* | Add console hook to force ActiveRecord::Base to be loaded when console ↵ | José Valim | 2010-07-18 | 1 | -8/+10 | |
| | | | | starts avoiding reference loops. | |||||
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵ | José Valim | 2010-06-24 | 1 | -32/+2 | |
| | | | | frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] | |||||
* | edit pass: the names of Rails components have a space, ie, "Active Record", ↵ | Xavier Noria | 2010-06-14 | 1 | -1/+1 | |
| | | | | not "ActiveRecord" | |||||
* | Ensure that eager_load actually takes place just after the middleware stack ↵ | José Valim | 2010-05-15 | 1 | -0/+3 | |
| | | | | | | is built by using another pattern. Also create a engine_blank_point initializer to ensure any :before or :after hooks defined inside engines won't move the configuration initializers to other places. | |||||
* | Add missing deprecation requires | Jeremy Kemper | 2010-04-29 | 1 | -0/+1 | |
| | ||||||
* | Update the documentation for Engine and Railtie. | José Valim | 2010-04-05 | 1 | -25/+3 | |
| | ||||||
* | Merge branch 'master' into docrails | wycats | 2010-03-26 | 1 | -19/+8 | |
|\ | ||||||
| * | Move application configuration to the application configuration object, ↵ | José Valim | 2010-03-26 | 1 | -18/+4 | |
| | | | | | | | | remove railtie_name and engine_name and allow to set the configuration object. | |||||
| * | Revert "find railties and engines by name [4264 state:resolved]" | José Valim | 2010-03-26 | 1 | -4/+0 | |
| | | | | | | | | This reverts commit 7b8399b80cfff58cfe2313187ca3c803de8c8955. | |||||
| * | Improve heuristic for railties default name, otherwise railties may be named ↵ | José Valim | 2010-03-26 | 1 | -7/+10 | |
| | | | | | | | | :railtie, :engine and so on. | |||||
| * | find railties and engines by name [4264 state:resolved] | Josh Susser | 2010-03-26 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-03-12 | 1 | -4/+8 | |
|\| | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/base.rb railties/lib/rails/configuration.rb railties/lib/rails/log_subscriber.rb | |||||
| * | Fix unstated usage of inflector | Jeremy Kemper | 2010-03-01 | 1 | -2/+6 | |
| | | ||||||
| * | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -2/+2 | |
| | | ||||||
* | | Editing the railties/../railtie.rb and engine.rb docs | Mikel Lindsaar | 2010-02-08 | 1 | -5/+4 | |
| | | ||||||
* | | Add docs for Railtie, Engine, Plugin and Application. | José Valim | 2010-02-02 | 1 | -61/+124 | |
| | | ||||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-28 | 1 | -39/+44 | |
|\| | | | | | | | | | Conflicts: railties/lib/rails/railtie.rb | |||||
| * | Add tests for explicit engines. | José Valim | 2010-01-26 | 1 | -9/+1 | |
| | | ||||||
| * | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -14/+7 | |
| | | ||||||
| * | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -1/+5 | |
| | | ||||||
| * | Create configurable modules and ensure that they are added only on direct ↵ | José Valim | 2010-01-23 | 1 | -11/+23 | |
| | | | | | | | | children. | |||||
| * | Extract Railtie load from application. | José Valim | 2010-01-23 | 1 | -6/+8 | |
| | | ||||||
| * | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -0/+1 | |
| | | ||||||
| * | Massive cleanup in Railties and load stack. | José Valim | 2010-01-21 | 1 | -30/+38 | |
| | | ||||||
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-24 | 1 | -0/+15 | |
|\| | ||||||
| * | Allow railties to specify generators paths. | José Valim | 2010-01-19 | 1 | -0/+15 | |
| | | ||||||
* | | Added more documentation on railtie.rb | Mikel Lindsaar | 2010-01-22 | 1 | -14/+53 | |
| | | ||||||
* | | Adding initial intro to railtie | Mikel Lindsaar | 2010-01-19 | 1 | -0/+76 | |
|/ | ||||||
* | Allow to add subscribers through Railtie. | José Valim | 2010-01-13 | 1 | -0/+4 | |
| | ||||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -0/+43 | |
* Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin |