| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Remove comments about Rails 3.1 | claudiob | 2015-05-11 | 1 | -9/+7 |
* | Merge pull request #19756 from georgemillo/docs | Robin Dupret | 2015-05-05 | 1 | -17/+26 |
|\ |
|
| * | fixing English in Rails::Engine docs | George Millo | 2015-04-23 | 1 | -17/+26 |
* | | Added missing fullstop in engine API docs [ci skip] | Prathamesh Sonpatki | 2015-05-02 | 1 | -2/+2 |
|/ |
|
* | pass a config to the route set | Aaron Patterson | 2015-03-05 | 1 | -1/+1 |
* | ask the routes objects for its Rack env key | Aaron Patterson | 2015-03-02 | 1 | -1/+1 |
* | Fix some typos in railties/lib/rails/engine.rb [ci-skip] | RobertZK | 2015-02-10 | 1 | -4/+4 |
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
* | Remove config.assets | Joshua Peek | 2015-01-21 | 1 | -6/+0 |
* | - Changed `paths` to `routing_paths` to avoid warning `possible reference to ... | Vipul A M | 2014-12-26 | 1 | -3/+3 |
* | FIX: absolute_path may be nil for code added via instance_eval | Sam | 2014-12-01 | 1 | -1/+1 |
* | Use absolute_path of caller_locations to infer engine root | Alexander Mankuta | 2014-11-26 | 1 | -1/+1 |
* | Minor English fixes in docs [ci skip] | George Millo | 2014-11-17 | 1 | -2/+2 |
* | add lib to $LOAD_PATH on application inhertence. fixes #17106 | Aaron Patterson | 2014-11-04 | 1 | -3/+6 |
* | save a hash allocation per request. | Aaron Patterson | 2014-08-08 | 1 | -1/+1 |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -1/+1 |
* | Ensure we supply Kernel#y for 1.9 too | Matthew Draper | 2014-04-04 | 1 | -2/+0 |
* | Explicitly load Kernel#y when starting a console | Matthew Draper | 2014-04-04 | 1 | -0/+1 |
* | pass strings to the underscore method | Aaron Patterson | 2014-02-26 | 1 | -1/+1 |
* | rbconfig is not used in these files | Arun Agrawal | 2013-12-26 | 1 | -1/+0 |
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 1 | -2/+2 |
|\ |
|
| * | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -2/+2 |
* | | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -1/+7 |
* | | Allow Pathnames to be added to eager load paths | Mike Pack | 2013-11-11 | 1 | -1/+1 |
|/ |
|
* | Use Ruby 2.0 caller_locations instead of caller if available | Akira Matsuda | 2013-09-10 | 1 | -2/+7 |
* | Fix typo in file path, should include extension. | Semyon Perepelitsa | 2013-08-23 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -7/+2 |
* | Revert "Removing obsolete html tags in favor of markdown code block" | Avner Cohen | 2013-08-06 | 1 | -44/+44 |
* | Removing obsolete html tags in favor of markdown code block. | Avner Cohen | 2013-08-06 | 1 | -44/+44 |
* | Use Ruby 2.0 caller_locations instead of caller if available | Akira Matsuda | 2013-07-25 | 1 | -2/+7 |
* | rails -> Rails [ci skip] | Prathamesh Sonpatki | 2013-05-09 | 1 | -1/+1 |
* | Removing the app constant and replacing it with Rails.application | wangjohn | 2013-04-30 | 1 | -4/+4 |
* | Removing Railtie::Configurable from the base Railtie object and making | wangjohn | 2013-04-29 | 1 | -4/+4 |
* | remove unused variables | Vipul A M | 2013-04-06 | 1 | -1/+1 |
* | Fix missing closing <tt> tag | Patrick Helm | 2013-03-12 | 1 | -1/+1 |
* | There's no need to access Railties through self.class | Santiago Pastorino | 2013-02-27 | 1 | -1/+2 |
* | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 1 | -5/+7 |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 1 | -7/+5 |
* | Merge pull request #8557 from timraymond/add_back_engines_and_deprecate | Rafael Mendonça França | 2013-01-22 | 1 | -0/+4 |
|\ |
|
| * | Adding Back Rails::Engine::Railties#engines | Tim Raymond | 2013-01-03 | 1 | -0/+4 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -1/+1 |
|\ \ |
|
| * | | make symbol reference in docs appear as code | Gosha Arinich | 2013-01-03 | 1 | -1/+1 |
| |/ |
|
* | | Revert some warning removals related to Ruby 2.0 | Carlos Antonio da Silva | 2013-01-07 | 1 | -2/+0 |
* | | delegate to :class rather than 'self.class' | Gosha Arinich | 2013-01-06 | 1 | -1/+1 |
|/ |
|
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -1/+1 |
* | Initialize accessors to remove some warnings in Ruby 2.0 | Arun Agrawal | 2012-11-21 | 1 | -0/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -8/+8 |
* | Updated description of what engines are used for | Stephan Hagemann | 2012-09-21 | 1 | -2/+2 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -0/+5 |
* | Fix handling SCRIPT_NAME from within mounted engine's | Piotr Sarnacki | 2012-08-11 | 1 | -1/+5 |