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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mention that debugging can be slow.
Steve Klabnik
2013-03-11
1
-0
/
+2
*
Merge pull request #9080 from sikachu/master-rails-test
Rafael Mendonça França
2013-03-11
1
-3
/
+4
|
\
|
*
Make sure that `rails test` load test in test env
Prem Sichanugrist
2013-03-09
1
-1
/
+1
|
*
Improve wording for rails test command
Dalibor Nasevic
2013-03-09
1
-2
/
+2
|
*
Load fixtures only when running suites, or `-f`
Prem Sichanugrist
2013-03-09
1
-2
/
+3
*
|
Make sure that debugger isn't included in production environment.
Teng Siong Ong
2013-03-09
1
-1
/
+1
|
/
*
Remove extra whitespace and fix a comment
Agis Anastasopoulos
2013-03-09
1
-2
/
+2
*
add prompt to 422 page to check logs
Nihad Abbasov
2013-03-04
1
-2
/
+3
*
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
*
|
: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
*
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
|
/
*
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
*
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
*
move config.assets.precompile into config/application.rb
Yves Senn
2013-02-20
2
-6
/
+4
*
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
*
Added extra comment when a migration already exists of the same name.
wangjohn
2013-02-15
1
-1
/
+1
*
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
*
Add --rc description on the command line
robertomiranda
2013-02-04
1
-0
/
+3
*
Add --no-rc description on the command line
robertomiranda
2013-02-02
1
-0
/
+3
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-3
/
+0
*
Merge pull request #8303 from jeremywrowe/master
Rafael Mendonça França
2013-01-25
1
-1
/
+1
|
\
|
*
Fixes improper database name when a '.' is included while creating a new rails
Jeremy W. Rowe
2013-01-16
1
-1
/
+1
*
|
Revert "Merge pull request #7873 from steveklabnik/update_initializer"
Carlos Antonio da Silva
2013-01-22
2
-9
/
+8
*
|
Remove unnecessary require
Ryunosuke SATO
2013-01-22
1
-1
/
+0
|
/
*
Deprecate `Rails::Generators::ActiveModel#update_attributes`
Carlos Antonio da Silva
2013-01-12
1
-0
/
+8
*
Merge pull request #8887 from rwz/controller-scaffold-codestyle
Rafael Mendonça França
2013-01-10
2
-3
/
+3
|
\
|
*
More consistent quotes in scaffold generator
Pavel Pravosud
2013-01-11
1
-2
/
+2
|
*
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
4
-75
/
+13
*
remove performance tests from the default stack
Yves Senn
2013-01-10
1
-2
/
+1
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
5
-54
/
+0
*
mv README README.rdoc as app template file
Xavier Noria
2013-01-08
2
-4
/
+4
*
Initialize instance variable to remove warning
Carlos Antonio da Silva
2013-01-07
1
-0
/
+4
[prev]
[next]