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
...
*
|
Make both conversion methods work similarly
Carlos Antonio da Silva
2013-12-03
1
-1
/
+2
*
|
Remove useless empty string
Carlos Antonio da Silva
2013-12-03
1
-2
/
+1
*
|
No need for #tap
Carlos Antonio da Silva
2013-12-03
1
-4
/
+3
*
|
Avoid a hash creation since defaults is a new hash already
Carlos Antonio da Silva
2013-12-03
1
-1
/
+1
*
|
Stop using local variables everywhere, make use of the reader
Carlos Antonio da Silva
2013-12-03
6
-20
/
+20
*
|
Refactor to avoid earlier returns
Carlos Antonio da Silva
2013-12-03
1
-5
/
+9
*
|
Rename variable that holds whether or not the class should validate a float n...
Carlos Antonio da Silva
2013-12-03
5
-9
/
+9
*
|
Change deep_munge call to avoid deprecation warning
Carlos Antonio da Silva
2013-12-03
1
-2
/
+2
*
|
Improve AR changelog, add entry for migration error improvements #12462 [ci s...
Carlos Antonio da Silva
2013-12-03
1
-2
/
+12
*
|
Merge pull request #12462 from jjb/improve_ar_exception_message_formatting
Carlos Antonio da Silva
2013-12-03
1
-8
/
+15
|
\
\
|
*
|
ActiveRecord migration exception message formatting
John Joseph Bachir
2013-12-03
1
-8
/
+15
*
|
|
Merge pull request #13149 from laurocaetano/fix_offset_last
Carlos Antonio da Silva
2013-12-03
3
-1
/
+16
|
\
\
\
|
*
|
|
Fix offset with last.
Lauro Caetano
2013-12-03
3
-1
/
+16
|
|
/
/
*
|
|
Remove the escaping skip
Rafael Mendonça França
2013-12-03
1
-1
/
+1
*
|
|
Merge branch 'master-sec'
Aaron Patterson
2013-12-03
8
-18
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
/
+10
|
*
|
Ensure simple_format escapes its html attributes
Michael Koziarski
2013-12-02
1
-1
/
+1
|
*
|
Escape the unit value provided to number_to_currency
Michael Koziarski
2013-12-02
2
-1
/
+3
|
*
|
Only use valid mime type symbols as cache keys
Aaron Patterson
2013-12-02
1
-0
/
+7
*
|
|
`connection.type_to_sql` returns a `String` for unmapped types.
Yves Senn
2013-12-03
3
-1
/
+16
*
|
|
Changelog improvements [ci skip]
Carlos Antonio da Silva
2013-12-03
2
-6
/
+6
*
|
|
Merge pull request #9685 from dimko/patch-2
Carlos Antonio da Silva
2013-12-03
4
-21
/
+42
|
\
\
\
|
*
|
|
Added Date#all_week/month/quarter/year for generating date ranges
Dimko
2013-12-03
4
-21
/
+42
|
/
/
/
*
|
|
Merge pull request #12822 from cbartlett/master
Carlos Antonio da Silva
2013-12-03
3
-4
/
+43
|
\
\
\
|
*
|
|
Add support for localized date references
Colin Bartlett
2013-12-03
3
-0
/
+39
|
*
|
|
Use travel_to convention in existing test
Colin Bartlett
2013-12-03
1
-4
/
+4
*
|
|
|
Merge pull request #13145 from acapilleri/fix_email_example
Carlos Antonio da Silva
2013-12-03
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix email regex example code [ci skip]
Angelo capilleri
2013-12-03
1
-1
/
+1
*
|
|
|
Merge pull request #13143 from joker1007/fix_active_record_callbacks_document...
Rafael Mendonça França
2013-12-03
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix ActiveRecord::Callbacks sample code [ci skip]
joker1007
2013-12-03
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Fix bad usage of #select with hash
Carlos Antonio da Silva
2013-12-03
1
-1
/
+1
*
|
|
|
Merge pull request #11643 from vipulnsward/query_cache_clear
Carlos Antonio da Silva
2013-12-03
3
-1
/
+15
|
\
\
\
\
|
*
|
|
|
Currently, we clear query_cache in cache block finish, even if we may already...
Vipul A M
2013-12-03
3
-1
/
+15
|
/
/
/
/
*
|
|
|
Merge pull request #13022 from pwnall/fixture_context
Yves Senn
2013-12-03
6
-1
/
+116
|
\
\
\
\
|
*
|
|
|
Introduce a context for rendering fixtures ERB.
Victor Costan
2013-12-03
6
-1
/
+116
|
/
/
/
/
*
|
|
|
Convert Mime::NullType in a singleton
Guillermo Iguaran
2013-12-03
1
-1
/
+4
*
|
|
|
Cleanups in comment about conditional
Guillermo Iguaran
2013-12-03
1
-1
/
+2
*
|
|
|
Merge branch 'format_localized_template' of https://github.com/acapilleri/rails
Guillermo Iguaran
2013-12-03
4
-1
/
+22
|
\
\
\
\
|
*
|
|
|
Fix header Content-Type: #<Mime::NullType:...> in localized template
Angelo capilleri
2013-12-03
4
-1
/
+22
|
|
/
/
/
*
|
|
|
Tidy up previous commit, fix message assertion and improve tests
Carlos Antonio da Silva
2013-12-03
2
-2
/
+9
*
|
|
|
Modify the Hash#assert_valid_keys error message so that it shows the valid ke...
Nerian
2013-12-03
3
-4
/
+9
*
|
|
|
Merge pull request #13060 from chancancode/change_log_for_json_refactor
Carlos Antonio da Silva
2013-12-02
3
-0
/
+59
|
\
\
\
\
|
*
|
|
|
Added back the `encode_big_decimal_as_string` option with warning
Godfrey Chan
2013-12-02
3
-0
/
+59
*
|
|
|
|
Avoid generating more strings while iterating to create methods
Carlos Antonio da Silva
2013-12-02
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'origin/master'
Rafael Mendonça França
2013-12-02
18
-21
/
+41
|
\
\
\
\
|
*
\
\
\
Merge pull request #12123 from aredondo/master
Carlos Antonio da Silva
2013-12-02
1
-0
/
+8
|
|
\
\
\
\
|
|
*
|
|
|
Add regression test for IpSpoofAttackError issue
Alvaro Redondo
2013-09-03
1
-0
/
+8
|
*
|
|
|
|
Remove note about removed local_constant_names method from guides [ci skip]
Carlos Antonio da Silva
2013-12-02
1
-1
/
+1
|
*
|
|
|
|
Remove dead comment from AS extensions guide [ci skip]
Carlos Antonio da Silva
2013-12-02
1
-2
/
+0
[prev]
[next]