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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
3
-4
/
+4
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
4
-0
/
+8
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
3
-4
/
+4
*
Add `app:update` task to engines
yuuji.yaginuma
2017-03-20
1
-0
/
+19
*
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
1
-11
/
+6
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Remove the old command files.
Kasper Timm Hansen
2016-09-25
1
-62
/
+0
*
Run engine commands through command infrastructure.
Kasper Timm Hansen
2016-09-25
2
-5
/
+3
*
refactor `CommandsTasks`
yuuji.yaginuma
2016-08-17
1
-84
/
+28
*
add missing require rake
yuuji.yaginuma
2016-08-11
1
-0
/
+2
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
3
-11
/
+11
*
Inject Rails' channel paths in engine.
Kasper Timm Hansen
2016-02-14
1
-0
/
+1
*
make rake proxy work in rails engines
yuuji.yaginuma
2016-01-31
2
-32
/
+119
*
`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
*
make test runner work correctly inside engine
yuuji.yaginuma
2015-07-12
1
-2
/
+4
*
actually autoload all second-level directories called `app/*/concerns`
Alex Robbin
2014-12-26
1
-4
/
+1
*
Remove unused delegate
Kassio Borges
2013-08-31
1
-2
/
+0
*
Removed deprecated `Rails.application.railties.engines`.
Arun Agrawal
2013-07-04
1
-6
/
+0
*
rails -> Rails [ci skip]
Prathamesh Sonpatki
2013-05-09
1
-1
/
+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
*
Adding Back Rails::Engine::Railties#engines
Tim Raymond
2013-01-03
1
-0
/
+29
*
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
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-3
/
+1
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-1
/
+0
*
Remove unnecessary Railties structure now that plugins are gone
José Valim
2012-06-29
1
-26
/
+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
*
|
Give more detailed instructions in script/rails in engine
Piotr Sarnacki
2012-05-04
1
-0
/
+4
*
|
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
2
-10
/
+1
*
|
fix nodocs
Vijay Dev
2011-12-09
1
-1
/
+1
|
/
*
Add destroy alias to engines
Guillermo Iguaran
2011-08-22
1
-2
/
+3
*
Use namespace if it's a mountable engine
Stefan Sprenger
2011-06-07
1
-0
/
+1
*
Add destroy to engine's commands
Stefan Sprenger
2011-05-27
1
-2
/
+3
*
Move requiring engine out of the switch case
Stefan Sprenger
2011-05-27
1
-4
/
+3
*
Introducing engine commands
Stefan Sprenger
2011-05-26
1
-0
/
+37
*
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
*
Rails::Engine.find(path) - method to find engine by path
Piotr Sarnacki
2010-12-09
1
-0
/
+10
*
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
2
-23
/
+22
[next]