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
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-5
/
+5
*
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
-5
/
+5
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2017-01-11
1
-4
/
+4
|
\
|
*
Capitalize Ruby and small grammar fix
Jon Moss
2016-12-19
1
-1
/
+1
|
*
Capitalize Rack gem name
Jon Moss
2016-12-19
1
-3
/
+3
*
|
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
|
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-13
/
+13
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-5
/
+5
*
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Andrey Molchanov
2016-09-17
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
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
-42
/
+42
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
Merge pull request #20986 from radar/rails-engine-caller-locations
Arthur Nogueira Neves
2015-10-04
1
-6
/
+1
|
\
|
*
Remove check for caller_locations in Rails::Engine
Ryan Bigg
2015-07-23
1
-6
/
+1
*
|
only construct one request in an engine
Aaron Patterson
2015-09-30
1
-5
/
+10
*
|
call `default_middleware_stack` before merging stacks
Aaron Patterson
2015-09-29
1
-1
/
+2
*
|
Engines get different middleware than apps
Aaron Patterson
2015-09-29
1
-1
/
+7
*
|
Make app building threadsafe
eileencodes
2015-09-29
1
-4
/
+8
*
|
Stop modifying global variables
eileencodes
2015-09-29
1
-1
/
+1
*
|
Merge pull request #21124 from kirs/feature/reload-i18n
Kasper Timm Hansen
2015-08-10
1
-1
/
+1
|
\
\
|
*
|
Reload I18n locales in development
Kir Shatrov
2015-08-10
1
-1
/
+1
|
|
/
*
|
routes in the env via the request object
Aaron Patterson
2015-08-05
1
-3
/
+2
*
|
allocate a request object to avoid hash allocations
Aaron Patterson
2015-08-05
1
-3
/
+2
|
/
*
[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
[next]