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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also quote extension name in disable_extension
Stephen Touset
2013-03-12
1
-1
/
+1
*
Stop calling "super" twice in Rails::Server#app
Carlos Antonio da Silva
2013-03-12
1
-1
/
+4
*
Remove manual "return true" from AS::TZ match method
Carlos Antonio da Silva
2013-03-12
1
-1
/
+1
*
Merge pull request #9676 from neerajdotname/9567-destroy-should-call-destroy-all
Rafael Mendonça França
2013-03-12
1
-2
/
+3
|
\
|
*
dependent: :destroy should call destroy_all
Neeraj Singh
2013-03-11
1
-2
/
+3
*
|
Merge pull request #9615 from mmb/copy_table_binary_sqlite
Carlos Antonio da Silva
2013-03-12
3
-2
/
+23
|
\
\
|
*
|
Pass column to quote when copying a sqlite table.
Matthew M. Boedicker
2013-03-11
3
-2
/
+23
*
|
|
Merge pull request #9681 from vipulnsward/fix_typo_in_module_name
Carlos Antonio da Silva
2013-03-12
4
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix typo in DependenciesTestHelpers module name
Vipul A M
2013-03-12
4
-7
/
+7
*
|
|
Fix typo [ci skip]
Carlos Antonio da Silva
2013-03-11
1
-1
/
+1
|
|
/
|
/
|
*
|
promotes change_column_null to the migrations API
Xavier Noria
2013-03-11
2
-0
/
+27
*
|
quick pass over the RDoc of schema_statements.rb [ci skip]
Xavier Noria
2013-03-11
1
-122
/
+190
*
|
documents how to DROP DEFAULT [ci skip]
Xavier Noria
2013-03-11
1
-3
/
+7
*
|
Merge pull request #9668 from neerajdotname/9567-delete-all-warning
Xavier Noria
2013-03-11
1
-0
/
+9
|
\
\
|
*
|
Show warning message if delete_all is firing callbacks
Neeraj Singh
2013-03-11
1
-0
/
+9
*
|
|
Replace assert_(no_)match args from regexps to strings to remove warnings
Carlos Antonio da Silva
2013-03-11
1
-40
/
+40
*
|
|
Skip fetching path if the iteration is going to be skipped
Carlos Antonio da Silva
2013-03-11
1
-2
/
+2
*
|
|
There's no need to install test group in travis
Santiago Pastorino
2013-03-11
2
-2
/
+2
*
|
|
Move benchmark-ips to test group
Santiago Pastorino
2013-03-11
1
-2
/
+2
*
|
|
Use platforms instead of conditionals in Gemfile
Santiago Pastorino
2013-03-11
1
-4
/
+7
*
|
|
Merge pull request #9666 from sikachu/master-fix-test_test_failure
Rafael Mendonça França
2013-03-11
1
-1
/
+17
|
\
\
\
|
*
|
|
Make sure that the test case is run under test env
Prem Sichanugrist
2013-03-11
1
-1
/
+17
*
|
|
|
Mention that debugging can be slow.
Steve Klabnik
2013-03-11
1
-0
/
+2
|
/
/
/
*
|
|
default the reaping frequency to 10 seconds
Aaron Patterson
2013-03-11
1
-1
/
+1
*
|
|
debugger does not work on trunk
Aaron Patterson
2013-03-11
1
-1
/
+1
|
/
/
*
|
Merge pull request #9664 from sikachu/master-fix-test_test_failure
Andrew White
2013-03-11
1
-5
/
+3
|
\
\
|
*
|
Fix test failure introduced in 3ed41e57
Prem Sichanugrist
2013-03-11
1
-5
/
+3
|
/
/
*
|
Merge pull request #9080 from sikachu/master-rails-test
Rafael Mendonça França
2013-03-11
8
-132
/
+591
|
\
\
|
*
|
Make sure that `rails test` load test in test env
Prem Sichanugrist
2013-03-09
4
-7
/
+55
|
*
|
Update Rake tasks to call `rails test` instead
Prem Sichanugrist
2013-03-09
2
-62
/
+41
|
*
|
Improve wording for rails test command
Dalibor Nasevic
2013-03-09
5
-39
/
+41
|
*
|
Load fixtures only when running suites, or `-f`
Prem Sichanugrist
2013-03-09
4
-3
/
+80
|
*
|
Add support for MiniTest flags in TestRunner
Prem Sichanugrist
2013-03-09
4
-59
/
+93
|
*
|
Update testing documentation
Prem Sichanugrist
2013-03-09
1
-63
/
+71
|
*
|
Add `rails test` command to run the test suite
Prem Sichanugrist and Chris Toomey
2013-03-09
4
-0
/
+311
*
|
|
Merge pull request #9657 from vipulnsward/cleanup_tests
Rafael Mendonça França
2013-03-11
3
-4
/
+2
|
\
\
\
|
*
|
|
Cleanup tests for unused variables
Vipul A M
2013-03-11
3
-4
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9658 from tkhr/add-assert-to-test_company_descends_from_a...
Rafael Mendonça França
2013-03-11
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add an missing assertion to inheritance_test.rb
Takehiro Adachi
2013-03-11
1
-0
/
+1
|
/
/
*
|
Merge pull request #9653 from jetthoughts/master
Carlos Antonio da Silva
2013-03-10
1
-5
/
+5
|
\
\
|
*
|
Fixed tests for returning an instance of `Time` in the local system timezone.
Paul Nikitochkin
2013-03-10
1
-5
/
+5
*
|
|
Merge pull request #9651 from vipulnsward/change_to_each_value_intest
Carlos Antonio da Silva
2013-03-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Change from each to each_value on hash to avoid unused variable warning
Vipul A M
2013-03-11
1
-1
/
+1
*
|
|
|
Merge pull request #9650 from yahonda/group_by_oracle
Rafael Mendonça França
2013-03-10
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Address ActiveRecord::StatementInvalid: OCIError: ORA-00979
Yasuo Honda
2013-03-11
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #9645 from senny/9643_habtm_wrong_table_name
Carlos Antonio da Silva
2013-03-10
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
document habtm join-table name with custom prefix [ci skip].
Yves Senn
2013-03-10
1
-0
/
+2
|
/
/
*
|
Merge pull request #9638 from siong1987/debugger
Carlos Antonio da Silva
2013-03-09
1
-1
/
+1
|
\
\
|
*
|
Make sure that debugger isn't included in production environment.
Teng Siong Ong
2013-03-09
1
-1
/
+1
|
/
/
*
|
Change uniq validation with conditions examples to use where with hashes
Carlos Antonio da Silva
2013-03-09
2
-5
/
+5
[next]