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
...
|
*
|
|
Merge pull request #16746 from cristianbica/fix-backburner-adapter
Godfrey Chan
2014-08-29
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Fixed Active Job Backburner adapter
Cristian Bica
2014-08-30
1
-1
/
+1
|
|
/
/
/
|
*
|
|
Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose value
Akira Matsuda
2014-08-30
1
-1
/
+3
|
*
|
|
Merge pull request #16741 from robin850/am-isolated-wo-bundle
Santiago Pastorino
2014-08-29
1
-3
/
+2
|
|
\
\
\
|
|
*
|
|
Make test:isolated run without bundler for Action Mailer
Robin Dupret
2014-08-29
1
-3
/
+2
|
*
|
|
|
Merge pull request #16742 from robin850/rbx-aj-sidekiq
Santiago Pastorino
2014-08-29
1
-8
/
+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Avoid skipping Sidekiq tests on Rubinius
Robin Dupret
2014-08-29
1
-8
/
+2
|
|
/
/
/
|
*
|
|
Some documentation fixes [ci skip]
Robin Dupret
2014-08-29
3
-10
/
+10
|
*
|
|
Don't test PostgreSQL implementation details
Akira Matsuda & Kohei Suzuki
2014-08-29
1
-3
/
+0
|
*
|
|
Merge pull request #16740 from seuros/activejob
Yves Senn
2014-08-29
5
-20
/
+25
|
|
\
\
\
|
|
*
|
|
[ActiveJob] extract JobBuffer from helper
Abdelkader Boudih
2014-08-29
5
-20
/
+25
|
|
/
/
/
|
*
|
|
Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...
Yves Senn
2014-08-29
1
-0
/
+1
|
*
|
|
Merge pull request #16739 from y-yagi/patch-6
Yves Senn
2014-08-29
2
-2
/
+2
|
|
\
\
\
|
|
*
|
|
[ci skip] Fix example code of ActiveRecord::FixtureSet.context_class
yuuji.yaginuma
2014-08-29
2
-2
/
+2
|
*
|
|
|
Merge pull request #16728 from splattael/invalid_address_error
Yves Senn
2014-08-29
2
-1
/
+8
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Don't rescue IPAddr::InvalidAddressError
Peter Suschlik
2014-08-29
2
-1
/
+8
|
|
/
/
/
|
*
|
|
Reset ActiveRecord::Migration.message_count counter before start testing
Akira Matsuda
2014-08-29
1
-1
/
+1
|
*
|
|
Bring original puts back after finishing tests
Akira Matsuda
2014-08-29
2
-4
/
+12
|
*
|
|
Silence another test that runs migrations
Akira Matsuda
2014-08-29
1
-0
/
+5
|
*
|
|
MigrationTest doesn't need to be verbose anymore
Akira Matsuda
2014-08-29
1
-1
/
+1
|
*
|
|
No tests are dealing with ActiveRecord::Migration.message_count here anymore
Akira Matsuda
2014-08-29
1
-1
/
+0
|
*
|
|
Reset ActiveRecord::Migration.verbose to the value before
Akira Matsuda
2014-08-29
2
-2
/
+5
|
*
|
|
Demodulize ActiveRecord::MigratorTest
Akira Matsuda
2014-08-29
1
-284
/
+282
|
*
|
|
Merge pull request #16637 from Agis-/redirect-with-constraint-route
Aaron Patterson
2014-08-28
3
-2
/
+31
|
|
\
\
\
|
|
*
|
|
Don't ignore constraints in redirect routes
Agis-
2014-08-25
3
-2
/
+31
|
*
|
|
|
Avoid using heredoc for user warnings
Godfrey Chan
2014-08-28
10
-61
/
+51
|
*
|
|
|
No transaction for a test that creates fixtures in the test body
Akira Matsuda
2014-08-29
1
-0
/
+1
|
*
|
|
|
make it easy to copy & paste the config from deprecation warning.
Yves Senn
2014-08-28
1
-2
/
+3
|
*
|
|
|
User Model#last to certainly get lastly created data
Akira Matsuda
2014-08-28
1
-1
/
+1
|
*
|
|
|
Move model definition to test/models for test order indenendency
Akira Matsuda
2014-08-28
3
-29
/
+15
|
*
|
|
|
Move association definition to the model file
Akira Matsuda
2014-08-28
2
-2
/
+1
|
*
|
|
|
Be sure that test fixtures satisfy referential integrity before calculating
Akira Matsuda
2014-08-28
1
-1
/
+1
|
*
|
|
|
Expectations first
Akira Matsuda
2014-08-28
4
-9
/
+9
|
*
|
|
|
Reset RACK_ENV after modified in a test case
Akira Matsuda
2014-08-28
1
-0
/
+1
|
*
|
|
|
Rails.root should be a Pathname
Akira Matsuda
2014-08-28
1
-1
/
+1
|
*
|
|
|
No need to sort tests
Akira Matsuda
2014-08-28
3
-3
/
+3
|
*
|
|
|
Test everything
Akira Matsuda
2014-08-28
1
-1
/
+1
|
*
|
|
|
AP test files does no more need to be alphabetically sorted here
Akira Matsuda
2014-08-28
1
-4
/
+1
|
*
|
|
|
Ignore SCHEMA queries when asserting no queries
Akira Matsuda
2014-08-28
5
-22
/
+22
|
*
|
|
|
Reset schema properly after schema changing test
Akira Matsuda
2014-08-28
1
-0
/
+2
|
*
|
|
|
Merge pull request #16727 from BanzaiMan/travis-yml-fix
Rafael Mendonça França
2014-08-27
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Add language directive to .travis.yml
Hiro Asari
2014-08-27
1
-0
/
+1
|
*
|
|
|
|
remove useless parameter
Aaron Patterson
2014-08-27
1
-2
/
+2
|
*
|
|
|
|
remove dead code
Aaron Patterson
2014-08-27
1
-12
/
+2
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #16544 from schneems/schneems/death-to-dir-glob
Guillermo Iguaran
2014-08-27
6
-20
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
Refactor out Dir.glob from ActionDispatch::Static
schneems
2014-08-27
6
-20
/
+13
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #16723 from rubys/mention_assert_select_changes
Zachary Scott
2014-08-27
1
-0
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
[ci skip] mention assert_select in release notes
Sam Ruby
2014-08-27
1
-0
/
+13
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #16717 from splattael/keygenerator
Santiago Pastorino
2014-08-27
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Use less iterations for KeyGenerator in tests
Peter Suschlik
2014-08-27
1
-1
/
+1
[prev]
[next]