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
...
*
Quickref for association methods. Closes #7723.
Jeremy Kemper
2007-05-30
2
-3
/
+42
*
Calculations: return nil average instead of 0 when there are no rows to avera...
Jeremy Kemper
2007-05-30
3
-1
/
+11
*
acts_as_nested_set: direct_children is sorted correctly. Closes #4761.
Jeremy Kemper
2007-05-30
4
-10
/
+13
*
DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...
Jeremy Kemper
2007-05-30
6
-12
/
+37
*
Time durations use since instead of + for accuracy. Closes #8513.
Jeremy Kemper
2007-05-30
5
-3
/
+23
*
Skip databases that couldn't be created.
Jeremy Kemper
2007-05-30
1
-3
/
+7
*
Don't choke on nested helpers.
Jeremy Kemper
2007-05-29
1
-18
/
+17
*
Missed svn add from [6897]. References #8393.
Jeremy Kemper
2007-05-29
1
-0
/
+25
*
Console reload! runs to_prepare callbacks also. Closes #8393.
Jeremy Kemper
2007-05-29
2
-1
/
+5
*
Raise an exception if both attr_protected and attr_accessible are declared. C...
Jeremy Kemper
2007-05-29
3
-0
/
+16
*
fix test cases to match new json output. Closes #8371
Rick Olson
2007-05-29
3
-13
/
+15
*
escape <'s and >'s in JSON strings. #8371 [Rick]
Rick Olson
2007-05-29
3
-3
/
+7
*
Workaround test isolation failure with Task.attr_protected :starting.
Jeremy Kemper
2007-05-29
1
-1
/
+5
*
Typo in PostgreSQL change_column quoting. References #8466.
Jeremy Kemper
2007-05-29
1
-1
/
+1
*
Missed Oracle rename_column quoting. References #8466.
Jeremy Kemper
2007-05-29
1
-1
/
+1
*
SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL...
Jeremy Kemper
2007-05-29
6
-15
/
+33
*
Routing: drop semicolon and comma as route separators.
Jeremy Kemper
2007-05-29
3
-22
/
+28
*
Correct flash discard rdoc. Closes #8502 [kampers]
Jeremy Kemper
2007-05-29
1
-2
/
+2
*
Inflections: MatrixTest -> MatrixTests instead of MatricesTest. Closes #8496.
Jeremy Kemper
2007-05-29
3
-1
/
+5
*
Update CHANGELOG attribution.
Jeremy Kemper
2007-05-29
1
-1
/
+1
*
Wordsmith generator USAGEs.
Jeremy Kemper
2007-05-29
11
-163
/
+104
*
Generated migrations include timestamps by default. Closes #8501.
Jeremy Kemper
2007-05-29
7
-22
/
+47
*
Multibyte strings respond_to the String methods they proxy so they can be duc...
Jeremy Kemper
2007-05-28
3
-1
/
+16
*
Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]
Jeremy Kemper
2007-05-28
7
-0
/
+7
*
Allow nil serialized attributes with a set class constraint. #7293 [sandofsky]
Rick Olson
2007-05-28
3
-6
/
+21
*
Test that DateTime are quoted as DateTime not Date. Closes #8364 [chas]
Jeremy Kemper
2007-05-28
1
-1
/
+7
*
request.remote_ip understands X-Forwarded-For addresses with nonstandard whit...
Jeremy Kemper
2007-05-28
3
-1
/
+6
*
Don't croak if ruby-debug isn't installed.
Jeremy Kemper
2007-05-28
1
-1
/
+5
*
Don't prepare response when rendering a component. Closes #8493.
Jeremy Kemper
2007-05-27
3
-1
/
+14
*
Fix chained duration operation tests. Closes #8489 [Geoff Buesing]
Jeremy Kemper
2007-05-27
1
-4
/
+4
*
Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ...
Jeremy Kemper
2007-05-27
2
-2
/
+4
*
Reduce file stat calls when checking for template changes. Closes #7736.
Jeremy Kemper
2007-05-27
2
-4
/
+8
*
Remove unused resource generator templates obviated by [6841]. Closes #8487 [...
Jeremy Kemper
2007-05-27
3
-0
/
+0
*
Normalize whitespace. Closes #8385 [Time Pope]
Jeremy Kemper
2007-05-27
28
-41
/
+41
*
Added custom path cache_page/expire_page parameters in addition to the option...
David Heinemeier Hansson
2007-05-27
4
-5
/
+49
*
Action Caching speedup. #8231 [skaes]
Rick Olson
2007-05-27
3
-37
/
+37
*
Ensure compiled template tests pass on windows where there are no symlinks. [...
Michael Koziarski
2007-05-27
1
-22
/
+28
*
Wordsmith resources documentation. Closes #8484.
Jeremy Kemper
2007-05-27
2
-38
/
+65
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
3
-0
/
+24
*
Fix syntax error in code example for routing documentation. #8377. [norbert]
Marcel Molina
2007-05-26
2
-3
/
+4
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
7
-16
/
+91
*
Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]
Marcel Molina
2007-05-26
3
-7
/
+74
*
Make assert_select's failure messages clearer about what failed. #7779 [dchel...
Marcel Molina
2007-05-26
3
-21
/
+54
*
Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.
Jeremy Kemper
2007-05-26
5
-12
/
+40
*
Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...
Jeremy Kemper
2007-05-26
3
-1
/
+17
*
Missed svn add from [6856]. References #8174.
Jeremy Kemper
2007-05-26
1
-0
/
+1
*
Introduce a default respond_to block for custom types. Closes #8174.
Jeremy Kemper
2007-05-26
3
-98
/
+95
*
Announce migration versions as they're performed.
Jeremy Kemper
2007-05-26
2
-35
/
+43
*
DateTime uses Time formats. Closes #8476.
Jeremy Kemper
2007-05-26
3
-10
/
+13
*
SQLite: db:create and drop
Jeremy Kemper
2007-05-26
1
-1
/
+5
[prev]
[next]