Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve grammar | Michael Dawson | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Ensure we supply Kernel#y for 1.9 too | Matthew Draper | 2014-04-04 | 1 | -8/+10 |
| | | | | | | | | In 1.9, it doesn't live in its own file, so we'll have to define it ourselves. Check RUBY_VERSION, instead of rescuing the require, because we want this to break if `psych/y` moves in a future Ruby release. | ||||
* | pass strings to the underscore method | Aaron Patterson | 2014-02-26 | 1 | -2/+2 |
| | |||||
* | Improve font of some code in API documentation [ci skip] | Chun-wei Kuo | 2013-12-26 | 1 | -3/+3 |
| | | | | | * Add "<tt>" or "+" to improve font of some code and filenames in API documentation * Does not contain wording changes | ||||
* | Removing the app constant and replacing it with Rails.application | wangjohn | 2013-04-30 | 1 | -1/+5 |
| | | | | | syntax. This helps removing the class level abstraction of an application. | ||||
* | Removing Railtie::Configurable from the base Railtie object and making | wangjohn | 2013-04-29 | 1 | -2/+34 |
| | | | | | Railtie itself abstract. This stops the weird behavior of forcing subclasses of Railtie to include the Configurable module. | ||||
* | delegate to :class rather than 'self.class' | Gosha Arinich | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -3/+0 |
| | | | | | | | The new option allows any Ruby namespace to be registered and set up for eager load. We are effectively exposing the structure existing in Rails since v3.0 for all developers in order to make their applications thread-safe and CoW friendly. | ||||
* | Remove unused responsibilities and add a few load definitions to engines | José Valim | 2012-06-29 | 1 | -15/+17 |
| | | | | | | | | Since plugins were removed, we can clean up a few methods in engines. We also use this opportunity to move `load_console`, `load_tasks` and `load_runner` to Rails::Engine. This means that, if someone wants to improve script/rails for engines to support console or runner commands, part of the work is already done. | ||||
* | Rake::DSL should always be available | Jeremy Kemper | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | Explicitly require rake so its DSL is available | Jeremy Kemper | 2012-05-31 | 1 | -0/+1 |
| | |||||
* | Add support runner hook. | kennyj | 2012-05-29 | 1 | -0/+10 |
| | |||||
* | Code-format references to config settings | Mark Rushakoff | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Updated/changed useless tr/gsubs | Jurriaan Pruis | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -4/+4 |
| | |||||
* | Call a block passed rake_tasks method in the self context | kennyj | 2011-11-27 | 1 | -1/+1 |
| | |||||
* | Rely on a public contract between railties instead of accessing railtie ↵ | José Valim | 2011-11-23 | 1 | -1/+1 |
| | | | | methods directly. | ||||
* | 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 ↵ | wycats | 2011-05-24 | 1 | -2/+2 |
| | | | | generator blocks | ||||
* | Make Rake::DSL methods available within Railtie rake_tasks block | Patrick Quinn | 2011-05-20 | 1 | -0/+1 |
| | | | | Fixes incompatibility introduced by Rake 0.9.0 | ||||
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs ↵ | José Valim | 2011-05-04 | 1 | -2/+2 |
| | | | | like Datamapper can also have their own sandboxing in rails console. | ||||
* | 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 ↵ | Piotr Sarnacki | 2010-09-03 | 1 | -1/+7 |
| | | | | Application::Configurable in favor of unified Railtie::Configurable | ||||
* | 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 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Fixed Railtie Rdoc examples not properly formatted [#4918 state:resolved] | Simone Carletti | 2010-08-04 | 1 | -21/+21 |
| | | | | Signed-off-by: Simone Carletti <weppos@weppos.net> | ||||
* | 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. |