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
*
Fix documentation of number_to_currency helper
Rafael Mendonça França
2013-12-04
2
-5
/
+5
*
Merge pull request #13162 from makandra/3-2-stable
Rafael Mendonça França
2013-12-04
1
-4
/
+4
|
\
|
*
repair a test broken by the number_to_currency XSS fix
Tobias Kraze
2013-12-04
1
-4
/
+4
|
/
*
updating the changelog
Aaron Patterson
2013-12-02
10
-9
/
+17
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
2
-2
/
+17
*
Stop using i18n's built in HTML error handling.
Michael Koziarski
2013-12-02
2
-14
/
+9
*
Escape the unit value provided to number_to_currency
Michael Koziarski
2013-12-02
2
-4
/
+5
*
Only use valid mime type symbols as cache keys
Aaron Patterson
2013-11-30
1
-0
/
+7
*
Merge branch '3-2-sec' into 3-2-stable
Aaron Patterson
2013-10-16
19
-21
/
+40
|
\
|
*
updating changelogs
Aaron Patterson
2013-10-16
7
-3
/
+19
|
*
bumping to 3.2.15
Aaron Patterson
2013-10-15
9
-9
/
+9
|
*
Merge branch '3-2-15' into 3-2-sec
Aaron Patterson
2013-10-15
16
-28
/
+30
|
|
\
|
|
*
bumping to rc3
Aaron Patterson
2013-10-11
9
-9
/
+9
|
|
*
Revert "Merge pull request #12413 from arthurnn/inverse_of_on_build"
Rafael Mendonça França
2013-10-10
4
-10
/
+2
|
|
*
Revert "Merge pull request #12443 from arthurnn/add_inverse_of_add_target"
Rafael Mendonça França
2013-10-10
2
-14
/
+0
|
|
*
bumping to rc2
Aaron Patterson
2013-10-04
9
-9
/
+9
|
|
*
Merge pull request #12443 from arthurnn/add_inverse_of_add_target
Rafael Mendonça França
2013-10-04
2
-0
/
+14
|
|
*
bumping version to 3.2.15.rc1
Aaron Patterson
2013-10-03
9
-17
/
+17
|
*
|
Merge branch '3-2-stable' into 3-2-sec
Aaron Patterson
2013-10-03
7
-3
/
+29
|
|
\
\
|
*
|
|
Remove the use of String#% when formatting durations in log messages
Michael Koziarski
2013-09-30
3
-9
/
+12
*
|
|
|
Revert "Merge pull request #12413 from arthurnn/inverse_of_on_build"
Rafael Mendonça França
2013-10-10
4
-10
/
+2
*
|
|
|
Revert "Merge pull request #12443 from arthurnn/add_inverse_of_add_target"
Rafael Mendonça França
2013-10-10
2
-14
/
+0
*
|
|
|
Merge pull request #12443 from arthurnn/add_inverse_of_add_target
Rafael Mendonça França
2013-10-04
2
-0
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
add regression test for set_inverse_instance on add_to_target
Arthur Neves
2013-10-04
1
-0
/
+13
|
*
|
|
Add back set_inverse_instance on .add_to_target
Arthur Neves
2013-10-04
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #12084 from Ben-M/3-2-stable
Aaron Patterson
2013-10-03
3
-1
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix STI scopes using benolee's suggestion. Fixes #11939
Ben Maraney
2013-08-30
3
-1
/
+11
*
|
|
Merge pull request #12410 from tamird/fix-ip-spoof-errors
Andrew White
2013-10-01
3
-1
/
+19
|
\
\
\
|
*
|
|
make sure both headers are set before checking for ip spoofing
Tamir Duberstein
2013-10-01
3
-1
/
+19
|
/
/
/
*
|
|
Merge pull request #12413 from arthurnn/inverse_of_on_build
Rafael Mendonça França
2013-09-30
4
-2
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Move set_inverse_instance to association.build_record
Arthur Neves
2013-09-30
4
-2
/
+10
|
/
/
*
|
Merge pull request #12375 from arthurnn/inverse_after_find_or_initialize
Rafael Mendonça França
2013-09-28
3
-4
/
+22
|
\
\
|
*
|
fix inverse_of when find_or_initialize_by_*
Arthur Neves
2013-09-26
3
-4
/
+22
*
|
|
Use Ruby 1.8 hash syntax
Rafael Mendonça França
2013-09-28
1
-2
/
+2
|
/
/
*
|
Merge pull request #12364 from arthurnn/test_fix_validate
Rafael Mendonça França
2013-09-25
2
-2
/
+5
|
\
\
|
*
|
on tests: dont always touch firm on validate
Arthur Neves
2013-09-25
2
-2
/
+5
|
/
/
*
|
Merge pull request #12359 from arthurnn/inverse_on_callbacks
Rafael Mendonça França
2013-09-25
4
-1
/
+18
*
|
Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanup
Rafael Mendonça França
2013-09-12
3
-1
/
+18
*
|
Fix FinderMethods#last unscoped primary key
Eugene Kalenkovich
2013-09-12
4
-3
/
+21
*
|
Merge pull request #9368 from CrowdFlower/3-2-stable
Steve Klabnik
2013-09-10
4
-4
/
+25
|
\
\
|
*
|
pass the extra params to the rack test environment so that routes with block ...
Brian Hahn
2013-09-06
4
-4
/
+25
|
|
/
*
|
Merge pull request #12176 from arthurnn/ar32_schema_cache
Santiago Pastorino
2013-09-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
on SchemaCache use the connection getter instead of the obj given
Arthur Neves
2013-09-09
1
-2
/
+2
|
/
*
Merge pull request #12048 from tjouan/app_generator-bin_perms-umask
Aaron Patterson
2013-08-27
1
-1
/
+1
*
Merge pull request #12006 from kassio/11605-render-with-context-format
Rafael Mendonça França
2013-08-25
12
-31
/
+16
|
\
|
*
fix issue #11605
Kassio Borges
2013-08-24
12
-31
/
+16
|
/
*
Fix 1.8.7 incompatible respond_to_missing
Eugene Kalenkovich
2013-08-18
1
-2
/
+8
*
Merge pull request #11930 from UncleGene/ties_test
Guillermo Iguaran
2013-08-18
1
-4
/
+4
|
\
|
*
Fix test incompatible with 1.8.7
Eugene Kalenkovich
2013-08-18
1
-4
/
+4
|
/
*
Make `rake doc:guides` works again. Fix #10384.
Teng Siong Ong
2013-08-05
2
-3
/
+3
[next]