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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-4
/
+4
*
Fix the example code for `Rails.groups` [ci skip]
Ryunosuke Sato
2017-03-30
1
-2
/
+2
*
Rails.env falls back to dev mode when env var is empty
Daniel Deng
2017-01-04
1
-1
/
+2
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-2
/
+2
*
AS => Active Support [ci skip]
Santosh Wadghule
2016-09-25
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-12
/
+12
*
rails -> Rails [ci skip]
Santosh Wadghule
2016-07-12
1
-3
/
+3
*
better docs for Rails.root and Rails.public_path
Travis Yoder
2015-05-07
1
-0
/
+10
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-1
/
+1
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-1
/
+1
*
Remove some comments about Ruby 1.9 behaviors
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Add docs for `Rails.env` and `Rails.env=`
claudiob
2014-12-22
1
-0
/
+8
*
lazily instantiate application subclasses
Aaron Patterson
2014-08-06
1
-1
/
+7
*
Introduce `Rails.gem_version`
Prem Sichanugrist
2014-03-05
1
-4
/
+0
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-0
/
+1
*
Removed unused deprecation requires.
Paul Nikitochkin
2013-07-03
1
-1
/
+0
*
Refactor of ::Rails module
Genadi Samokovarov
2013-06-12
1
-12
/
+10
*
reverts changes to Rails.version made in #8501
Charlie Somerville
2013-03-30
1
-0
/
+4
*
remove references to *::VERSION, replace with *.version
Charlie Somerville
2013-03-21
1
-4
/
+0
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-19
/
+0
*
Revert "Make sure that RAILS_ENV is set when accessing Rails.env"
Andy Lindeman
2012-12-21
1
-4
/
+1
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-1
/
+2
*
Use attr_accessor for Rails.{application,cache,logger}
Bjørn Arild Mæland
2012-12-01
1
-23
/
+1
*
Make sure that RAILS_ENV is set when accessing Rails.env
Steve Klabnik
2012-10-31
1
-1
/
+4
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-1
/
+1
*
Make Rails.public_path return a Pathname
Prem Sichanugrist
2012-10-02
1
-1
/
+1
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-1
/
+0
*
Removing ==Examples and last blank lines of docs from railties
Francesco Rodriguez
2012-05-14
1
-3
/
+0
*
Initial queue implementation
Yehuda Katz
2012-04-26
1
-0
/
+20
*
Class variables has been fixed to Singleton instance variables at Rails module
Roman V. Babenko
2012-04-06
1
-7
/
+7
*
Rails.initialized? can be called at any time without raising an exception [Cl...
Franck Verrot
2012-03-28
1
-5
/
+1
*
Deprecate RAILS_CACHE constant.
kennyj
2012-01-18
1
-1
/
+6
*
Get rid of more 1.8.x dead code
José Valim
2011-12-20
1
-12
/
+3
*
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
Aaron Patterson
2011-12-19
1
-1
/
+0
*
we are *sure* we want to set the encoding, so silence warnings around it
Aaron Patterson
2011-08-24
1
-2
/
+4
*
Changed a few instances of of words in the API docs written in British Englis...
Oemuer Oezkir
2011-07-24
1
-1
/
+1
*
Make Rails.groups accept arrays.
José Valim
2011-07-10
1
-3
/
+6
*
Add Rails.groups to encapsulate available groups for require.
José Valim
2011-06-21
1
-0
/
+23
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Removed most of deprecated stuff from Application and Engine
Piotr Sarnacki
2010-09-03
1
-5
/
+0
*
Remove constants deprecation.
José Valim
2010-08-29
1
-1
/
+0
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-1
/
+0
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Single ruby version requirement message
Jeremy Kemper
2010-06-11
1
-1
/
+2
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-0
/
+1
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-1
/
+0
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-0
/
+1
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-2
/
+3
*
Adding Rails.env= to railties to allow changing of rails env on the fly for r...
Mikel Lindsaar
2010-04-08
1
-0
/
+4
*
Autoload Rails::Info
Joshua Peek
2010-03-20
1
-0
/
+3
[next]