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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix rake routes output in railties test
Carlos Antonio da Silva
2013-02-19
1
-2
/
+4
*
|
Remove config.autoload_paths from config/application.rb
Andrew White
2013-02-19
1
-3
/
+0
*
|
Don't unhook autoloading in production
Andrew White
2013-02-19
1
-7
/
+0
*
|
Revert "Deprecate the `eager_load_paths` configuration"
Andrew White
2013-02-19
7
-91
/
+66
*
|
editorial tweaks
Xavier Noria
2013-02-19
1
-1
/
+1
*
|
Use strip_heredoc in the tests as well.
Steve Klabnik
2013-02-18
1
-5
/
+6
*
|
Add message when you have no routes defined.
Steve Klabnik
2013-02-18
1
-0
/
+15
*
|
Gist URLs are now namespaced
Akira Matsuda
2013-02-18
1
-3
/
+3
*
|
Added extra comment when a migration already exists of the same name.
wangjohn
2013-02-15
1
-1
/
+1
*
|
Add changelog entry for #9177 [ci skip]
Carlos Antonio da Silva
2013-02-11
1
-4
/
+11
*
|
Prefer Ruby 2.0; require 1.9.3+
Jeremy Kemper
2013-02-09
1
-2
/
+2
*
|
Added notice message for destroy method in scaffold
Rahul P. Chaudhari
2013-02-10
3
-1
/
+6
*
|
Fix article for generator name
Ryunosuke SATO
2013-02-07
1
-2
/
+2
*
|
Added test:all and test:all:db tasks to speed up full test runs.
Ryan Davis
2013-02-04
1
-0
/
+12
*
|
Merge pull request #9175 from robertomiranda/add--rc-desc
Guillermo Iguaran
2013-02-04
1
-0
/
+3
|
\
\
|
*
|
Add --rc description on the command line
robertomiranda
2013-02-04
1
-0
/
+3
*
|
|
Use --rc= instead of --rc
robertomiranda
2013-02-04
1
-2
/
+6
|
/
/
*
|
Add --no-rc description on the command line
robertomiranda
2013-02-02
1
-0
/
+3
*
|
Refactor --rc option
Guillermo Iguaran
2013-02-02
1
-6
/
+1
*
|
Add --rc option to support the load of a custom rc file
Amparo Luna
2013-02-01
2
-1
/
+11
*
|
Prefer File.read over File.open.read
Akira Matsuda
2013-02-01
1
-1
/
+1
*
|
--no-rc in the railties tests
Akira Matsuda
2013-02-01
2
-2
/
+2
*
|
Add --no-rc option to skip the loading of railsrc file
Amparo Luna
2013-01-31
2
-6
/
+12
*
|
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
5
-41
/
+3
*
|
Merge pull request #8303 from jeremywrowe/master
Rafael Mendonça França
2013-01-25
3
-1
/
+11
|
\
\
|
*
|
Fixes improper database name when a '.' is included while creating a new rails
Jeremy W. Rowe
2013-01-16
3
-1
/
+11
*
|
|
Deprecate the `eager_load_paths` configuration
Andrew White
2013-01-24
7
-66
/
+91
*
|
|
Depend on thor >= 0.17.0
Carlos Antonio da Silva
2013-01-23
1
-1
/
+1
*
|
|
Revert "Merge pull request #7873 from steveklabnik/update_initializer"
Carlos Antonio da Silva
2013-01-22
2
-9
/
+8
*
|
|
Revert "Set the default timezone after the initialization since the configura...
Carlos Antonio da Silva
2013-01-22
1
-11
/
+1
*
|
|
Remove unnecessary require
Ryunosuke SATO
2013-01-22
1
-1
/
+0
*
|
|
Merge pull request #8557 from timraymond/add_back_engines_and_deprecate
Rafael Mendonça França
2013-01-22
5
-5
/
+46
|
\
\
\
|
*
|
|
Adding Back Rails::Engine::Railties#engines
Tim Raymond
2013-01-03
5
-5
/
+46
*
|
|
|
Fix asset_path in mounted engine
Piotr Sarnacki
2013-01-21
1
-0
/
+9
*
|
|
|
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
1
-0
/
+48
*
|
|
|
script => bin
Akira Matsuda
2013-01-18
1
-6
/
+6
*
|
|
|
use tap with block parameter
Akira Matsuda
2013-01-18
1
-1
/
+1
*
|
|
|
clear specific logs when using rake log:clear
Matt Bridges
2013-01-16
2
-4
/
+23
|
|
/
/
|
/
|
|
*
|
|
allow :dirs option for .enumerate
Brian D. Burns
2013-01-15
3
-6
/
+60
*
|
|
use case statement
Brian D. Burns
2013-01-15
1
-10
/
+16
*
|
|
Account for ignored cookie set by turbolinks
Nick Reed
2013-01-14
1
-6
/
+6
*
|
|
Add regression test to #8907
Rafael Mendonça França
2013-01-14
1
-0
/
+31
*
|
|
Deprecate `Rails::Generators::ActiveModel#update_attributes`
Carlos Antonio da Silva
2013-01-12
2
-0
/
+23
*
|
|
Add changelog entry for scaffold generator and jbuilder changes
Carlos Antonio da Silva
2013-01-11
1
-0
/
+9
*
|
|
Merge pull request #8887 from rwz/controller-scaffold-codestyle
Rafael Mendonça França
2013-01-10
3
-4
/
+4
|
\
\
\
|
*
|
|
More consistent quotes in scaffold generator
Pavel Pravosud
2013-01-11
2
-3
/
+3
|
*
|
|
Changed if ! to unless
Pavel Pravosud
2013-01-11
1
-1
/
+1
*
|
|
|
Specified jbuilder version
Pavel Pravosud
2013-01-11
1
-1
/
+1
|
/
/
/
*
|
|
Include jbuilder by default and rely on its scaffold generator to show json A...
David Heinemeier Hansson
2013-01-10
6
-99
/
+14
*
|
|
remove performance tests from the default stack
Yves Senn
2013-01-10
7
-41
/
+2
[prev]
[next]