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
*
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
*
|
Merge pull request #9637 from GSI/master
Carlos Antonio da Silva
2013-03-09
1
-0
/
+1
|
\
\
|
*
|
included "Montevideo" in list of time zone aliases (closes Issue #9628)
Gernot
2013-03-09
1
-0
/
+1
*
|
|
Merge pull request #9633 from senny/5321_make_it_lazy
Carlos Antonio da Silva
2013-03-09
3
-4
/
+23
|
\
\
\
|
*
|
|
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
3
-4
/
+23
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9618 from manvsmachine/fix-postgres-enable-extension-error
Carlos Antonio da Silva
2013-03-09
1
-1
/
+1
|
\
\
\
|
*
|
|
fixes enable_extension bug in postgresql_adapter
Darren Woodley
2013-03-08
1
-1
/
+1
*
|
|
|
Fix "ActiveRecord" => "Active Record" in changelog [ci skip]
Carlos Antonio da Silva
2013-03-09
1
-4
/
+3
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #9371 from benmoss/access-connection-via-class
Jon Leighton
2013-03-09
7
-13
/
+19
|
\
\
\
|
*
|
|
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
7
-13
/
+19
*
|
|
|
Merge pull request #9626 from dasch/dasch/instrument-strong-params
José Valim
2013-03-09
2
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Use the instrumentation framework to instrument Strong Params
Daniel Schierbeck
2013-03-07
2
-1
/
+7
[next]