| Commit message (Expand) | Author | Age | Files | Lines |
* | Requiring delegate. | Arun Agrawal | 2011-08-16 | 1 | -0/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-18 | 1 | -1/+1 |
|\ |
|
| * | fixed typo for a methodname | thoefer | 2011-06-11 | 1 | -1/+1 |
* | | load_generators from engine should also handle self automatically. | José Valim | 2011-06-15 | 1 | -3/+3 |
|/ |
|
* | Use namespace if it's a mountable engine | Stefan Sprenger | 2011-06-07 | 1 | -0/+5 |
* | Everyone receives app as argument for consistency. | José Valim | 2011-05-25 | 1 | -5/+5 |
* | Update generator config to support hiding namespaces and pass the app into ge... | wycats | 2011-05-24 | 1 | -2/+2 |
* | Make Rake::DSL methods available within Railtie rake_tasks block | Patrick Quinn | 2011-05-20 | 1 | -0/+1 |
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like... | José Valim | 2011-05-04 | 1 | -2/+2 |
* | improve language and examples in Railtie docs | Jimmy Cuadra | 2011-02-18 | 1 | -33/+21 |
* | Minor fix on Rails:Railtie documentation | zhengjia | 2010-11-21 | 1 | -2/+2 |
* | Load rake tasks defined in superclasses in context of railties | Piotr Sarnacki | 2010-10-09 | 1 | -0/+7 |
* | Deprecate generators in Railties. You should use app_generators instead. | José Valim | 2010-10-02 | 1 | -1/+1 |
* | Add table_name_prefix to Engine's namespace automatically | Piotr Sarnacki | 2010-09-03 | 1 | -1/+6 |
* | Always convert railtie_name to string | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Add Rails::Railtie.railtie_name method to allow setting custom name for railtie | Piotr Sarnacki | 2010-09-03 | 1 | -0/+7 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -1/+7 |
* | Removed most of deprecated stuff from Application and Engine | Piotr Sarnacki | 2010-09-03 | 1 | -9/+0 |
* | fixing typo | Neeraj Singh | 2010-08-17 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | Fixed Railtie Rdoc examples not properly formatted [#4918 state:resolved] | Simone Carletti | 2010-08-04 | 1 | -21/+21 |
* | Fix small middlewares typo | Jack Dempsey | 2010-07-24 | 1 | -1/+1 |
* | Add console hook to force ActiveRecord::Base to be loaded when console starts... | José Valim | 2010-07-18 | 1 | -8/+10 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -32/+2 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | Ensure that eager_load actually takes place just after the middleware stack i... | José Valim | 2010-05-15 | 1 | -0/+3 |
* | 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, remov... | José Valim | 2010-03-26 | 1 | -18/+4 |
| * | Revert "find railties and engines by name [4264 state:resolved]" | José Valim | 2010-03-26 | 1 | -4/+0 |
| * | Improve heuristic for railties default name, otherwise railties may be named ... | José Valim | 2010-03-26 | 1 | -7/+10 |
| * | find railties and engines by name [4264 state:resolved] | Josh Susser | 2010-03-26 | 1 | -0/+4 |
* | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-03-12 | 1 | -4/+8 |
|\| |
|
| * | 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 |
|\| |
|
| * | 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 chi... | José Valim | 2010-01-23 | 1 | -11/+23 |
| * | 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 |
|/ |
|