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
/
railtie
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify that config.eager_load controls eager loading [ci skip]
Eugene Kenny
2017-12-30
1
-1
/
+1
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
2
-0
/
+4
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
2
-2
/
+2
*
Revert "Improve custom configuration"
Rafael Mendonça França
2014-08-19
1
-36
/
+2
*
We always get the value so no need to check nil or Hash
Rafael Mendonça França
2014-08-19
1
-6
/
+2
*
Improve custom configuration
Rafael Mendonça França
2014-08-19
1
-2
/
+40
*
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
2
-5
/
+5
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+10
*
Code-format references to config settings
Mark Rushakoff
2012-04-27
1
-1
/
+1
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-0
/
+12
*
adds missing require
Xavier Noria
2011-06-07
1
-0
/
+2
*
Removing deprecated config.generators in Rails::Railtie
Guillermo Iguaran
2011-05-25
1
-5
/
+0
*
Remove the ability for engines to serve assets from the public directory.
José Valim
2011-04-15
1
-7
/
+0
*
Beef up Rails::Railtie::Configuration docs
Gabriel Horner
2011-03-19
1
-0
/
+8
*
Railties typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Remove require AS::Concern from places where is already in
Santiago Pastorino
2010-12-19
1
-2
/
+0
*
Fix indentation
Santiago Pastorino
2010-12-19
1
-3
/
+3
*
Use Concern in Rails::Railtie::Configurable
Santiago Pastorino
2010-12-19
1
-3
/
+3
*
Be more explicit about what is deprecated.
José Valim
2010-10-02
1
-1
/
+1
*
Deprecate generators in Railties. You should use app_generators instead.
José Valim
2010-10-02
1
-26
/
+6
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-3
/
+16
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+8
*
Move singleton pattern to Railtie and remove Engine::Configurable and Applica...
Piotr Sarnacki
2010-09-03
1
-7
/
+19
*
Engine can now serve files with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Move AD::Cascade to the bottom of the middleware stack.
José Valim
2010-05-16
1
-32
/
+1
*
Expose remaining hooks to minimize the need for a Railtie based on feedback f...
José Valim
2010-05-16
1
-0
/
+12
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-6
/
+42
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-69
/
+8
*
Move middlewares to the Application level. If you want to modify the middlewa...
Carlhuda
2010-03-08
1
-4
/
+0
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+32
*
Move session and session_store onto ActionDispatch and add deprecation warnings
Carlhuda
2010-03-04
1
-2
/
+2
*
No need for a module if it's only being included once into an empty class.
Carl Lerche
2010-03-04
1
-1
/
+91
*
Move configuration to subfolders.
José Valim
2010-01-23
2
-1
/
+10
*
Create configurable modules and ensure that they are added only on direct chi...
José Valim
2010-01-23
1
-0
/
+23