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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate the application pointing to rails-dom-testing master
Rafael Mendonça França
2014-09-30
1
-0
/
+2
*
correct filename for jobs tests
Abdelkader Boudih
2014-09-28
1
-1
/
+1
*
Merge pull request #17077 from schneems/schneems/backtrace-string-allocations
Jeremy Kemper
2014-09-27
1
-4
/
+9
|
\
|
*
Move object allocation out of loop
Richard Schneeman
2014-09-27
1
-4
/
+9
*
|
Preparing for 4.2.0.beta2 release
Rafael Mendonça França
2014-09-26
1
-1
/
+1
*
|
remove extra # in css
Byron Bischoff
2014-09-25
1
-1
/
+1
*
|
rails-html-sanitizer is now the default
Rafael Mendonça França
2014-09-25
1
-3
/
+0
*
|
Remove unused code
Rafael Mendonça França
2014-09-25
1
-11
/
+0
*
|
:nail_care: the CSS
Rafael Mendonça França
2014-09-25
1
-7
/
+18
*
|
Merge pull request #17024 from buddhamagnet/amend-welcome-page
Rafael Mendonça França
2014-09-25
2
-14
/
+11
|
\
\
|
*
|
Improve welcome page css and table cell aignments.
buddhamagnet
2014-09-25
2
-14
/
+11
|
|
/
*
|
Use released rails-html-sanitizer and rails-deprecated_sanitizer
Godfrey Chan
2014-09-26
1
-1
/
+1
*
|
Use release web-console
Rafael Mendonça França
2014-09-25
1
-1
/
+1
*
|
Remove --skip-action-view option from application generator
Dan Olson
2014-09-24
3
-6
/
+3
*
|
Fix loading fixtures in engine tests
Grzesiek Kolodziejczyk
2014-09-23
1
-1
/
+1
|
/
*
Merge pull request #16984 from chancancode/fix_16578
Godfrey Chan
2014-09-22
1
-5
/
+1
|
\
|
*
Document that the default for `rails server -b` has changed
Godfrey Chan
2014-09-22
1
-5
/
+1
*
|
Standardize on `Rails.application` [ci skip]
Tamir Duberstein
2014-09-19
1
-1
/
+1
|
/
*
Merge pull request #16936 from untidy-hair/plugin_test_db_migrate_path
Rafael Mendonça França
2014-09-18
1
-0
/
+3
|
\
|
*
Specify dummy app's db migrate path in plugin's test_helper.rb
Yukio Mizuta
2014-09-16
1
-0
/
+3
*
|
inject Rack::Lock if config.eager_load is false
Xavier Noria
2014-09-18
1
-1
/
+5
|
/
*
Improve environment config templates consistency:
Thibault Jouan
2014-09-16
1
-3
/
+4
*
Merge pull request #16914 from untidy-hair/fix_plugin_dummy_path_error
Rafael Mendonça França
2014-09-16
1
-1
/
+1
|
\
|
*
Use dynamic path for dummy app location in plugin's test_helper.rb
Yukio Mizuta
2014-09-14
1
-1
/
+1
*
|
Add `test:jobs` task
yuuji.yaginuma
2014-09-15
1
-3
/
+3
|
/
*
Change ActiveJob test directory to "test/jobs"
yuuji.yaginuma
2014-09-13
1
-1
/
+1
*
Merge pull request #16839 from chancancode/default_test_order
Rafael Mendonça França
2014-09-10
1
-0
/
+3
|
\
|
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-0
/
+3
*
|
Tell the user which file is missing when config/database.yml was not found
Akira Matsuda
2014-09-10
1
-3
/
+4
*
|
Removed any default margin from body.
Sahil Lavingia
2014-09-09
1
-1
/
+5
*
|
Remove extra newline from ActiveJob test template
yuuji.yaginuma
2014-09-09
1
-1
/
+0
|
/
*
Dependencies: bump to jquery-rails 4.0.0.beta2
Godfrey Chan
2014-09-05
1
-1
/
+1
*
Use the released jquery-rails gem
Godfrey Chan
2014-09-05
1
-2
/
+8
*
world writable might be a bit too open...
Peter Schröder
2014-09-05
1
-1
/
+2
*
Change "For not..." to "Do not...".
Kale Worsley
2014-09-04
1
-1
/
+1
*
Merge pull request #16756 from huoxito/dont-mess-railties-default-order
Rafael Mendonça França
2014-09-03
1
-8
/
+9
|
\
|
*
Dont mess with default order engines load
Washington Luiz
2014-09-02
1
-8
/
+9
*
|
[ActiveJob] TestCase
Abdelkader Boudih
2014-09-02
1
-1
/
+0
*
|
[ActiveJob] TestCase
Abdelkader Boudih
2014-09-02
1
-1
/
+3
*
|
Try with web-console master
Rafael Mendonça França
2014-09-01
1
-1
/
+1
*
|
Use jquery-rails master
Rafael Mendonça França
2014-09-01
1
-1
/
+1
*
|
Keep it closer to the original wording [ci skip]
Godfrey Chan
2014-08-31
1
-1
/
+1
*
|
Since /console is an optional feature, mention <%= console %> instead.
Rhett Sutphin
2014-08-31
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2014-08-29
11
-23
/
+48
|
\
|
*
fix broken `gem` method with non-String arguments. Closes #16709.
Yves Senn
2014-08-27
1
-4
/
+6
|
*
show stats for app/jobs
yuuji.yaginuma
2014-08-24
1
-1
/
+2
|
*
[ActiveJob] Add hook for test_framework and test templates
Abdelkader Boudih
2014-08-22
2
-0
/
+22
|
*
Merge pull request #16622 from matthewd/default-debug
Matthew Draper
2014-08-23
2
-3
/
+3
|
|
\
|
|
*
Don't fight against ourselves for the default log level
Matthew Draper
2014-08-22
2
-3
/
+3
|
*
|
fix grammar [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
[next]