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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Improve wording for rails test command
Dalibor Nasevic
2013-03-09
2
-19
/
+19
|
*
|
Load fixtures only when running suites, or `-f`
Prem Sichanugrist
2013-03-09
2
-3
/
+21
|
*
|
Add support for MiniTest flags in TestRunner
Prem Sichanugrist
2013-03-09
2
-39
/
+67
|
*
|
Add `rails test` command to run the test suite
Prem Sichanugrist and Chris Toomey
2013-03-09
2
-0
/
+107
|
|
/
*
/
Make sure that debugger isn't included in production environment.
Teng Siong Ong
2013-03-09
1
-1
/
+1
|
/
*
Renumbering the comments in the application boot process.
wangjohn
2013-03-09
1
-4
/
+4
*
Remove extra whitespace and fix a comment
Agis Anastasopoulos
2013-03-09
1
-2
/
+2
*
Fix rails console --sandbox
Jon Leighton
2013-03-08
1
-1
/
+3
*
add prompt to 422 page to check logs
Nihad Abbasov
2013-03-04
1
-2
/
+3
*
Bring config.allow_concurrency back
José Valim
2013-03-03
2
-19
/
+42
*
Merge pull request #9512 from Jacke/master
Guillermo Iguaran
2013-03-02
3
-33
/
+126
|
\
|
*
New beauty pages(404, 422, 500)
Stanislav
2013-03-02
3
-33
/
+126
*
|
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-6
/
+7
*
|
:scissors: extra blank line
Akira Matsuda
2013-03-02
1
-1
/
+0
|
/
*
Ensure plugins generated with plugin new can boot the dummy application
José Valim
2013-02-28
5
-14
/
+35
*
There's no need to access Railties through self.class
Santiago Pastorino
2013-02-27
1
-1
/
+2
*
Use less hyperbole in the language re: allowed parameters
David Czarnecki
2013-02-26
1
-1
/
+1
*
Merge pull request #9419 from banyan/change-default-root-route-helper
Guillermo Iguaran
2013-02-25
2
-2
/
+2
|
\
|
*
Change default root route helper
Kohei Hasegawa
2013-02-26
2
-2
/
+2
*
|
Apparently we can't get away from adding lib to the load path
José Valim
2013-02-25
1
-0
/
+1
*
|
Plugins can use a similar bootscript to Rails apps
José Valim
2013-02-25
1
-8
/
+3
*
|
Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile
Guillermo Iguaran
2013-02-25
1
-2
/
+2
*
|
Remove sprockets-rails from the Gemfile generator
robertomiranda
2013-02-25
1
-1
/
+0
|
/
*
Preparing for 4.0.0.beta1 release
David Heinemeier Hansson
2013-02-25
1
-1
/
+1
*
Revert "Use sass compressor as the default CSS compressor"
Guillermo Iguaran
2013-02-25
1
-1
/
+1
*
Use sass compressor as the default CSS compressor
Rafael Mendonça França
2013-02-25
1
-1
/
+1
*
Improve `rake stats` for JavaScript and CoffeeScript.
Hendy Tanata
2013-02-25
2
-46
/
+101
*
Merge pull request #9401 from sikachu/master-remove-builder-option
Rafael Mendonça França
2013-02-24
1
-14
/
+0
|
\
|
*
Remove `--builder` option from `rails` command
Prem Sichanugrist
2013-02-24
1
-14
/
+0
*
|
Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds
Xavier Noria
2013-02-24
2
-10
/
+0
|
\
\
|
*
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
2
-10
/
+0
|
|
/
*
/
Use sprockets-rails 2.0.0.rc3 in new apps
Guillermo Iguaran
2013-02-24
1
-1
/
+1
|
/
*
Revert "move config.assets.precompile into config/application.rb"
Yves Senn
2013-02-24
2
-4
/
+6
*
guides/rails_guides moved up and out of the railties directory
Sam Ruby
2013-02-23
1
-1
/
+1
*
Fix backwards compatibility with Rails 3 apps.
Steve Klabnik
2013-02-22
2
-11
/
+16
*
Update railties/lib/rails/application/configuration.rb
iwiznia
2013-02-21
1
-3
/
+3
*
Update railties/lib/rails/application/configuration.rb
iwiznia
2013-02-21
1
-1
/
+1
*
Merge pull request #9341 from senny/move_precompiled_asset_config_to_application
Rafael Mendonça França
2013-02-20
2
-6
/
+4
|
\
|
*
move config.assets.precompile into config/application.rb
Yves Senn
2013-02-20
2
-6
/
+4
*
|
standardize database_configuration to a hash
Terence Lee
2013-02-21
1
-2
/
+6
|
/
*
Better not use tab chars in the generator template
Akira Matsuda
2013-02-20
1
-5
/
+5
*
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
3
-52
/
+28
*
Added extra comment when a migration already exists of the same name.
wangjohn
2013-02-15
1
-1
/
+1
*
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
1
-1
/
+1
*
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
|
\
[prev]
[next]