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 #4356 from Karunakar/logger
Santiago Pastorino
2012-01-06
1
-1
/
+0
|
\
|
*
removed unnessary require active_support/core_ext/array_wrap
Karunakar (Ruby)
2012-01-06
1
-1
/
+0
*
|
Merge pull request #4327 from Karunakar/minor
Aaron Patterson
2012-01-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
removed warning because logger.warn differentiate the warings
Karunakar (Ruby)
2012-01-05
1
-1
/
+1
*
|
Merge pull request #4353 from dmathieu/hide_nil_unchecked_checkbox
José Valim
2012-01-06
2
-1
/
+9
|
\
\
|
*
|
don't set the hidden checkbox value if it's nil
Damien Mathieu
2012-01-06
2
-1
/
+9
|
/
/
*
|
Merge pull request #4354 from rafaelfranca/patch-1
Aaron Patterson
2012-01-06
3
-212
/
+30
|
\
\
|
*
|
No need to check if MiniTest::Assertions is defined
Rafael Mendonça França
2012-01-06
1
-32
/
+30
|
*
|
Remove unneeded tests
Rafael Mendonça França
2012-01-06
2
-180
/
+0
|
/
/
*
|
We should finalize the routes as soon as possible and not wait for the contro...
José Valim
2012-01-06
2
-3
/
+1
*
|
Do not stub id here
Santiago Pastorino
2012-01-06
1
-6
/
+6
*
|
Merge pull request #4351 from norman/multibyte
José Valim
2012-01-06
3
-5
/
+32
|
\
\
|
*
|
Improve doc consistency
Norman Clarke
2012-01-06
1
-3
/
+3
|
*
|
Implement Chars#swapcase.
Norman Clarke
2012-01-06
3
-2
/
+29
*
|
|
Merge pull request #4350 from kennyj/improve_3694
José Valim
2012-01-06
1
-3
/
+3
|
\
\
\
|
*
|
|
Don't fork a process when assets:precompile:nondigest is invoked in assets:pr...
kennyj
2012-01-06
1
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #4348 from lest/change-array-wrap
José Valim
2012-01-06
1
-2
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use Kernel#Array instead of Array.wrap in Rails::Generators::Actions
Sergey Nartimov
2012-01-06
1
-2
/
+1
|
/
/
*
|
Revert "Revert "More 1.9 way""
Santiago Pastorino
2012-01-06
2
-4
/
+4
*
|
Merge pull request #4346 from pyromaniac/master
José Valim
2012-01-06
2
-2
/
+14
|
\
\
|
*
|
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
2
-2
/
+14
|
/
/
*
|
Merge pull request #4342 from carlosantoniodasilva/fix-routing-test
José Valim
2012-01-06
3
-5
/
+5
|
\
\
|
*
|
Remove deprecation warning from test related to old process api
Carlos Antonio da Silva
2012-01-06
1
-1
/
+1
|
*
|
Fix routing test to use assert_equal
Carlos Antonio da Silva
2012-01-06
2
-4
/
+4
*
|
|
Revert "Merge pull request #2325 from pyromaniac/master"
José Valim
2012-01-06
2
-13
/
+1
*
|
|
Merge pull request #4343 from carlosantoniodasilva/activerecord-1.9-compat
José Valim
2012-01-05
2
-4
/
+4
|
\
\
\
|
*
|
|
Revert "Regexp.union seems to have different results in 1.8"
Carlos Antonio da Silva
2012-01-06
1
-3
/
+3
|
*
|
|
Revert "Add return for 1.8.7"
Carlos Antonio da Silva
2012-01-06
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #4340 from rafaelfranca/patch-1
José Valim
2012-01-05
26
-66
/
+44
|
\
\
\
|
*
|
|
Whitespaces :scissors:
Rafael Mendonça França
2012-01-06
1
-1
/
+1
|
*
|
|
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
6
-18
/
+13
|
*
|
|
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
13
-30
/
+18
|
*
|
|
Remove Array.wrap call in ActiveModel
Rafael Mendonça França
2012-01-06
7
-17
/
+12
|
|
/
/
*
|
|
Merge pull request #4339 from rafaelfranca/patch-2
José Valim
2012-01-05
2
-0
/
+2
|
\
\
\
|
*
|
|
Add test path to LOAD_PATH to fix load error
Rafael Mendonça França
2012-01-06
1
-0
/
+1
|
*
|
|
Require ActiveSupport::TestCase form ActiveSupport isolation tests
Rafael Mendonça França
2012-01-06
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #2325 from pyromaniac/master
José Valim
2012-01-05
2
-1
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed nil field value uniqueness check
pyromaniac
2012-01-06
2
-1
/
+13
|
/
/
*
|
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
35
-35
/
+36
*
|
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
65
-103
/
+103
*
|
activeresource tests use AS::TestCase
Aaron Patterson
2012-01-05
10
-10
/
+10
*
|
Revert "More 1.9 way"
Aaron Patterson
2012-01-05
1
-2
/
+4
*
|
AP tests should inherit from AS::TestCase
Aaron Patterson
2012-01-05
18
-22
/
+23
*
|
test cases should inherit from AS::TestCase
Aaron Patterson
2012-01-05
3
-2
/
+3
*
|
test a subclass so that the removed method does not imact other tests
Aaron Patterson
2012-01-05
2
-3
/
+6
*
|
Update actionpack/CHANGELOG.md
José Valim
2012-01-06
1
-2
/
+2
*
|
Merge pull request #4337 from tadast/master-checkbox_patch
José Valim
2012-01-05
3
-5
/
+8
|
\
\
|
*
|
check_box helper with :disabled => true generates disabled hidden field. fixe...
Tadas Tamošauskas
2012-01-05
3
-5
/
+8
*
|
|
Revert "remove deprecated API"
Aaron Patterson
2012-01-05
3
-1
/
+20
*
|
|
remove deprecated API
Aaron Patterson
2012-01-05
3
-20
/
+1
[next]