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
...
|
*
|
Updated guide to inform issues with unsupported Ruby versions.
Anil Wadghule
2010-05-06
1
-0
/
+3
|
*
|
typo 'Provivdes' -> 'Provides'
Santiago Pastorino
2010-05-05
1
-1
/
+1
|
*
|
Merge remote branch 'rails/master'
Xavier Noria
2010-05-04
61
-248
/
+412
|
|
\
\
|
*
|
|
Change typo 'image' to 'audio file'
Josiah Ivey
2010-05-04
1
-1
/
+1
|
*
|
|
image_tag should be audio_tag
Josiah Ivey
2010-05-04
1
-1
/
+1
|
*
|
|
typo 'follow' -> 'following'
mica eked
2010-05-04
1
-1
/
+1
|
*
|
|
typo "<image />" -> "<img />"
mica eked
2010-05-04
1
-1
/
+1
|
*
|
|
typo. missing 'if'
logylaps
2010-05-04
1
-1
/
+1
|
*
|
|
textile typo 'h6(:has_many-group)' -> 'h6(#has_many-group)'
logylaps
2010-05-04
1
-1
/
+1
|
*
|
|
typo 'main.cs' -> 'main.css'
logylaps
2010-05-04
1
-1
/
+1
|
*
|
|
grammatical error 'uses' -> 'use'
Joe Hannon
2010-05-02
1
-1
/
+1
|
*
|
|
Cleaning up Action Mailer spelling with and without the space
Mikel Lindsaar
2010-05-02
2
-7
/
+7
|
*
|
|
Adding more docs to ActionMailer
Mikel Lindsaar
2010-05-02
1
-12
/
+50
*
|
|
|
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
3
-11
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
adds calendar reform test coverage for more relevant date calculations
Xavier Noria
2010-05-09
1
-1
/
+14
*
|
|
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
16
-542
/
+514
*
|
|
Backports Date#>> from 1.9 so that calculations do the right thing around the...
Xavier Noria
2010-05-09
3
-0
/
+47
*
|
|
removed AR from all AMo tests, including any unneeded files (schema, fixtures...
Josh Kalderimis
2010-05-09
18
-128
/
+12
*
|
|
removed an old unused model in the AMo tests which also removes another AR de...
Josh Kalderimis
2010-05-09
9
-14
/
+0
*
|
|
updated AR to work with the AMo model validation changes
Josh Kalderimis
2010-05-08
2
-2
/
+6
*
|
|
removed use of AR in AMo tests and removed testing of scopes (:on) in individ...
Josh Kalderimis
2010-05-08
14
-289
/
+240
*
|
|
updated AMo validations to use a context for valid? and invalid?, removing th...
Josh Kalderimis
2010-05-08
1
-5
/
+12
*
|
|
Here the intention was to assign to different objects
Santiago Pastorino
2010-05-08
1
-1
/
+1
*
|
|
add test coverage for (last|next)_year on leap years
Xavier Noria
2010-05-08
1
-0
/
+8
*
|
|
get the rescue error page back [#4536 state:resolved]
Sam Ruby
2010-05-08
1
-1
/
+1
*
|
|
Revert "Add index length support for MySQL [#1852 state:open]"
José Valim
2010-05-08
7
-73
/
+3
*
|
|
Add index length support for MySQL [#1852 state:resolved]
Emili Parreno
2010-05-08
7
-3
/
+73
*
|
|
Make find_or_create and find_or_initialize work mixing explicit parameters an...
Santiago Pastorino
2010-05-07
3
-10
/
+32
*
|
|
Fix parsing xml input by ActionDispatch::ParamsParser
Lawrence Pit
2010-05-06
2
-1
/
+14
*
|
|
Fix unintuitive behavior with multiple order and group clauses
Ernie Miller
2010-05-06
4
-8
/
+19
*
|
|
Expand paths to app builders relative to the working directory
Carl Lerche
2010-05-06
2
-1
/
+12
*
|
|
Prevent calling regexp on symbol in Ruby 1.9 in association_proxy
Ernie Miller
2010-05-05
1
-1
/
+1
*
|
|
Update hidden namespace mechanism to work better with alternate choices and t...
wycats
2010-05-05
1
-4
/
+42
*
|
|
adds Date#to_time refinement from previous commit to the CHANGELOG
Xavier Noria
2010-05-05
1
-0
/
+2
*
|
|
add support for mysql2 adapter to dbconsole
Brian Lopez
2010-05-04
1
-2
/
+2
*
|
|
let Time.time_with_datetime_fallback handle properly years in the range 0..138
Xavier Noria
2010-05-05
5
-4
/
+30
*
|
|
Use primary key in conditions, not 'id' [#4395 state:resolved]
Mathieu Arnold
2010-05-04
2
-1
/
+26
*
|
|
Active Model JSON serializer now supports custom root option
Jatinder Singh
2010-05-04
3
-1
/
+26
*
|
|
Allow pre-casted values (other than nil) to pass through from calculations un...
Brian Lopez
2010-05-04
1
-5
/
+9
|
|
/
|
/
|
*
|
image_tag should be audio_tag, and change typo 'image' to 'audio file'
Josiah Ivey
2010-05-04
1
-2
/
+2
*
|
typo "<image />" -> "<img />", and typo 'follow' -> 'following'
mica eked
2010-05-04
1
-2
/
+2
*
|
typo 'main.cs' -> 'main.css', and textile typo 'h6(:has_many-group)' -> 'h6(#...
logylaps
2010-05-04
3
-3
/
+3
*
|
grammatical error 'uses' -> 'use'
Joe Hannon
2010-05-04
1
-1
/
+1
*
|
Cleaning up Action Mailer spelling with and without the space
Mikel Lindsaar
2010-05-04
2
-7
/
+7
*
|
Adding more docs to ActionMailer
Mikel Lindsaar
2010-05-04
1
-12
/
+50
*
|
Use class_inheritable_accessor for connection_handler
Pratik Naik
2010-05-04
1
-3
/
+3
*
|
date/conversions needs time/calculations for (utc|local)_time
Xavier Noria
2010-05-03
1
-0
/
+1
*
|
BigDecimal#as_json does not really specify the F format, it delegates that to...
Xavier Noria
2010-05-03
1
-1
/
+3
*
|
adds a comment explaining why BigDecimal#as_json returns a JSON string
Xavier Noria
2010-05-03
1
-1
/
+9
*
|
fixes colon in previous YAML example
Xavier Noria
2010-05-03
1
-1
/
+1
[prev]
[next]