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
*
Testing should also use a default REQUEST_METHOD
David Heinemeier Hansson
2005-09-29
4
-71
/
+94
*
Clean up and extend test coverage for validates_numericality_of
Jeremy Kemper
2005-09-29
1
-37
/
+60
*
Dont log size of request, doesnt work well with procs, not that interesting
David Heinemeier Hansson
2005-09-28
1
-1
/
+1
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+3
*
Solved the hanging issue.. USR2 is now the preferred way of restarting FCGIs!
David Heinemeier Hansson
2005-09-28
1
-3
/
+12
*
Fix transactions so that calling return while inside a transaction will not l...
Nicholas Seckar
2005-09-28
3
-5
/
+41
*
Make schema definition column lookups agnostic w/r/t/ whether a key or symbol...
Marcel Molina
2005-09-28
1
-2
/
+2
*
Add failing test that shows that AR::Migration.remove_column fails silently w...
Marcel Molina
2005-09-28
1
-3
/
+17
*
Updated rdoc for javascript_include_tag
Thomas Fuchs
2005-09-28
1
-3
/
+7
*
Ticket #2156 - Use foreign_key inflection uniformly
Jeremy Kemper
2005-09-28
2
-2
/
+4
*
My life for white space
David Heinemeier Hansson
2005-09-28
1
-5
/
+17
*
Dont log it twice
David Heinemeier Hansson
2005-09-28
1
-4
/
+1
*
Log request method and response size / status code
David Heinemeier Hansson
2005-09-28
2
-2
/
+3
*
Added in-process restarting on USR2 -- still missing a good way to free up th...
David Heinemeier Hansson
2005-09-28
1
-10
/
+32
*
Unit tests and fixtures for multipart posts.
Jeremy Kemper
2005-09-28
6
-5
/
+105
*
Forgot about CHANGELOGs
Thomas Fuchs
2005-09-28
2
-0
/
+4
*
Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7
Thomas Fuchs
2005-09-28
20
-1507
/
+4584
*
r3657@asus: jeremy | 2005-09-28 00:32:33 -0700
Jeremy Kemper
2005-09-28
1
-1
/
+3
*
r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Jeremy Kemper
2005-09-28
5
-14
/
+81
*
Added test coverage for stylesheet_path to show that it works as requested in...
Marcel Molina
2005-09-28
1
-0
/
+4
*
Include additional ticket number that is closed by [2380].
Marcel Molina
2005-09-28
1
-1
/
+1
*
Returning false in before_destroy should cancel action. Closes #1829.
Scott Barron
2005-09-28
3
-2
/
+41
*
Make table_name and controller_name in generators honor AR::Base.pluralize_ta...
Marcel Molina
2005-09-28
4
-3
/
+12
*
Undo condition change made in [2345] to prevent normal parameters arriving as...
Nicholas Seckar
2005-09-27
2
-1
/
+3
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
4
-17
/
+26
*
#2261 was supposed to have been closed as wontfix, not sure why it wasn't,
Scott Barron
2005-09-27
2
-3
/
+1
*
Ticket 2261 - Include lib/tasks/*.rake in rake stats
Jeremy Kemper
2005-09-27
2
-1
/
+3
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
3
-1
/
+15
*
Update change log for #2297
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Ticket 2297 - rake stats clearly labels functional and unit tests
Jeremy Kemper
2005-09-27
2
-11
/
+14
*
Update change log for #2250.
Jeremy Kemper
2005-09-27
1
-0
/
+2
*
Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250
Marcel Molina
2005-09-27
6
-38
/
+210
*
Oops, swapped order of params to COALESCE! Upcoming patch has test cases.
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Ticket 2263 - Make clean logger compatible with both 1.8.2 and 1.8.3
Jeremy Kemper
2005-09-27
2
-3
/
+12
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
5
-60
/
+129
*
r3632@asus: jeremy | 2005-09-27 12:18:49 -0700
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
Keep flash after component is rendered. Closes #2291.
Scott Barron
2005-09-27
3
-1
/
+31
*
Make the migration generator only check files ending in *.rb when calculating...
Sam Stephenson
2005-09-27
2
-1
/
+3
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
2
-17
/
+4
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
2
-2
/
+4
*
r3605@asus: jeremy | 2005-09-26 19:10:50 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3604@asus: jeremy | 2005-09-26 19:10:42 -0700
Jeremy Kemper
2005-09-26
1
-20
/
+29
*
r3603@asus: jeremy | 2005-09-26 19:10:00 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+10
*
Make update_attribute use the same writer method that update_attributes uses.
Marcel Molina
2005-09-26
3
-2
/
+5
*
Make migrations honor table name prefixes and suffixes.
Marcel Molina
2005-09-26
4
-7
/
+71
*
r3597@asus: jeremy | 2005-09-26 17:39:23 -0700
Jeremy Kemper
2005-09-26
1
-5
/
+5
*
Have text helpers use built in Regexp.escape rather than home grown alternative
Marcel Molina
2005-09-26
2
-7
/
+8
*
r3592@asus: jeremy | 2005-09-26 17:01:47 -0700
Jeremy Kemper
2005-09-26
1
-0
/
+2
*
r3591@asus: jeremy | 2005-09-26 17:01:30 -0700
Jeremy Kemper
2005-09-26
1
-43
/
+22
*
r3590@asus: jeremy | 2005-09-26 17:00:53 -0700
Jeremy Kemper
2005-09-26
1
-7
/
+43
[next]