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
/
configuration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
1
-0
/
+1
*
`config.generators` should be docummented since it is public API
Rafael Mendonça França
2015-10-22
1
-1
/
+1
*
Stop modifying global variables
eileencodes
2015-09-29
1
-6
/
+3
*
actually autoload all second-level directories called `app/*/concerns`
Alex Robbin
2014-12-26
1
-4
/
+1
*
Revert "Deprecate the `eager_load_paths` configuration"
Andrew White
2013-02-19
1
-15
/
+9
*
Deprecate the `eager_load_paths` configuration
Andrew White
2013-01-24
1
-9
/
+15
*
Add app/models/concerns and app/controllers/concerns to the default directory...
David Heinemeier Hansson
2012-12-18
1
-0
/
+9
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-15
/
+15
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-1
/
+0
*
Revert "require the constants we use. ensure that root always returns a Pathn...
Aaron Patterson
2012-05-23
1
-2
/
+1
*
require the constants we use. ensure that root always returns a Pathname
Aaron Patterson
2012-05-23
1
-1
/
+2
*
Merge pull request #3359 from mrreynolds/datamapper_naming_fix
Rafael Mendonça França
2012-05-19
1
-1
/
+1
|
\
|
*
Fixed DataMapper namings in symbols and constants.
Robert Glaser
2011-10-18
1
-1
/
+1
*
|
Make files in paths consistent
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
*
|
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-2
/
+0
*
|
fix nodocs
Vijay Dev
2011-12-09
1
-1
/
+1
|
/
*
Need it declared too
David Heinemeier Hansson
2011-05-10
1
-0
/
+1
*
Remove the ability for engines to serve assets from the public directory.
José Valim
2011-04-15
1
-8
/
+1
*
Booya, sprockets now works from Engines.
José Valim
2011-04-15
1
-0
/
+2
*
Make deep copy of application generators on engine initialization.
Piotr Sarnacki
2010-11-02
1
-1
/
+1
*
Use application's generators defaults as engine defaults to not force users t...
Piotr Sarnacki
2010-11-02
1
-0
/
+1
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-22
/
+21
*
Deprecate generators in Railties. You should use app_generators instead.
José Valim
2010-10-02
1
-3
/
+25
*
Add helper for loading seed data for engine and application
Piotr Sarnacki
2010-09-20
1
-0
/
+1
*
Include all helpers from non-namespaced engines
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+4
*
Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat...
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...
Piotr Sarnacki
2010-09-03
1
-2
/
+1
*
Engine can now serve files with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-2
/
+3
*
Engine can now load its own plugins
Piotr Sarnacki
2010-09-03
1
-1
/
+3
*
Made Engine valid rack app with its own middleware stack
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
Revert "Put lib back on the autoload path"
José Valim
2010-08-04
1
-1
/
+1
*
Put lib back on the autoload path
wycats
2010-08-03
1
-1
/
+1
*
Add a header that tells Internet Explorer (all versions) to use the best avai...
wycats
2010-07-27
1
-1
/
+1
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-2
/
+2
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-5
/
+5
*
Revert "files in the lib directory are no longer autoloaded"
Xavier Noria
2010-06-21
1
-5
/
+1
*
files in the lib directory are no longer autoloaded
Xavier Noria
2010-06-21
1
-1
/
+5
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-1
/
+0
*
Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop)
José Valim
2010-04-10
1
-1
/
+1
*
Remove app/views from the load paths [#4226 state:resolved]
José Valim
2010-04-05
1
-1
/
+1
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-1
/
+0
*
Add mailers to paths in case someone wants to access it directly and ensures ...
José Valim
2010-03-06
1
-2
/
+3
[next]