index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
engine.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
There is only task for installing migrations when using engines
Wojciech Wnętrzak
2012-07-04
1
-2
/
+1
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-6
/
+1
*
Remove unused responsibilities and add a few load definitions to engines
José Valim
2012-06-29
1
-64
/
+59
*
Remove unnecessary Railties structure now that plugins are gone
José Valim
2012-06-29
1
-12
/
+12
*
Add support runner hook.
kennyj
2012-05-29
1
-0
/
+5
*
Fixed backward incompatibility for engines.
Philip Arndt
2012-05-24
1
-1
/
+1
*
removing more pathnameisms
Aaron Patterson
2012-05-23
1
-3
/
+3
*
I guess we have to return a pathname object. o_O
Aaron Patterson
2012-05-22
1
-1
/
+1
*
use File.realpath and avoid making Pathname objects
Aaron Patterson
2012-05-22
1
-2
/
+1
*
use RUBY_PLATFORM in case of cross compiled ruby
Aaron Patterson
2012-05-22
1
-1
/
+1
*
initialize our instance variables
Aaron Patterson
2012-05-22
1
-2
/
+14
*
Load all the env files available in config.paths (closes #6335)
Piotr Sarnacki
2012-05-16
1
-2
/
+3
*
Removing ==Examples and last blank lines of docs from railties
Francesco Rodriguez
2012-05-14
1
-5
/
+0
*
Merge pull request #5821 from Deradon/fix-engine-tasks
Piotr Sarnacki
2012-05-03
1
-1
/
+6
|
\
|
*
Provided fix for calling rake tasks within mountable engines
Patrick Helm
2012-04-12
1
-1
/
+6
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-01
1
-1
/
+1
|
\
\
|
*
|
Code-format references to config settings
Mark Rushakoff
2012-04-27
1
-1
/
+1
*
|
|
Fix Engine#routes to not call draw_paths multiple times
Piotr Sarnacki
2012-04-28
1
-2
/
+4
*
|
|
Engine#routes? method has been fixed
Roman V. Babenko
2012-04-28
1
-1
/
+1
|
/
/
*
|
Routes reloader knows how to reload external files
Yehuda Katz
2012-04-25
1
-0
/
+2
*
|
Fix the build
Yehuda Katz
2012-04-25
1
-1
/
+1
*
|
Allow loading external route files from the router
Jose and Yehuda
2012-04-25
1
-1
/
+2
*
|
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-4
/
+4
|
/
*
Simplify helpers handling. Ensure Metal can run AC hooks.
José Valim
2012-03-15
1
-1
/
+1
[next]