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
*
Fixed new WEBrick handling to actually pass parameters
David Heinemeier Hansson
2005-06-22
1
-14
/
+23
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
4
-39
/
+75
*
Missing parameter for trap_handler in dispatch.fcgi
Jamis Buck
2005-06-22
2
-2
/
+2
*
Updated changelog for [1479]
Jamis Buck
2005-06-22
1
-1
/
+1
*
Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...
Jamis Buck
2005-06-22
4
-53
/
+202
*
Use the real charset for parts generated by a template, instead of the string...
Jamis Buck
2005-06-22
2
-1
/
+3
*
Added a migration generator
David Heinemeier Hansson
2005-06-22
2
-0
/
+16
*
Unquoted @ chars in received email headers are parsed properly in spite of RF...
Jamis Buck
2005-06-22
5
-4
/
+46
*
Fixed docs #856
David Heinemeier Hansson
2005-06-21
1
-4
/
+3
*
Updated documentation for partials #1171
David Heinemeier Hansson
2005-06-21
1
-7
/
+9
*
Include Routing tests in rake run #1287
David Heinemeier Hansson
2005-06-21
1
-0
/
+0
*
Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoo...
David Heinemeier Hansson
2005-06-21
2
-0
/
+6
*
Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...
David Heinemeier Hansson
2005-06-21
3
-0
/
+7
*
Removed the AR::Recursion module--it broke more code than it fixed
Jamis Buck
2005-06-21
5
-78
/
+38
*
changelog message
David Heinemeier Hansson
2005-06-21
1
-0
/
+4
*
Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se]
David Heinemeier Hansson
2005-06-21
3
-0
/
+11
*
Added a fall-through action for form_remote_tag that'll be used in case Javas...
David Heinemeier Hansson
2005-06-21
2
-0
/
+12
*
Added :xhr => true/false option to verify so you can ensure that a request is...
David Heinemeier Hansson
2005-06-21
5
-2
/
+54
*
Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and fa...
David Heinemeier Hansson
2005-06-21
3
-1
/
+24
*
Fixed that mailer generator generated fixtures/plural while units expected fi...
David Heinemeier Hansson
2005-06-21
2
-2
/
+4
*
Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag...
David Heinemeier Hansson
2005-06-21
3
-4
/
+17
*
Added option to pass in parameters to CaptureHelper#capture, so you can creat...
David Heinemeier Hansson
2005-06-21
3
-9
/
+18
*
Make migrations work with the latest SQLite
David Heinemeier Hansson
2005-06-21
1
-10
/
+10
*
Proper order in test #1329
David Heinemeier Hansson
2005-06-21
1
-2
/
+2
*
Changed the default name of the input tag generated by FormTagHelper#submit_t...
David Heinemeier Hansson
2005-06-21
2
-1
/
+3
*
Forgot to actually add the whiny nil
David Heinemeier Hansson
2005-06-20
2
-0
/
+83
*
Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...
David Heinemeier Hansson
2005-06-18
3
-0
/
+6
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
9
-3
/
+35
*
Document better #1057
David Heinemeier Hansson
2005-06-18
1
-2
/
+2
*
More tests for JavascriptHelper #1460
David Heinemeier Hansson
2005-06-18
1
-0
/
+52
*
Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@neri...
David Heinemeier Hansson
2005-06-18
3
-7
/
+33
*
r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700
Jeremy Kemper
2005-06-17
3
-7
/
+25
*
Fixed saving of in-memory association structures to happen as a after_create/...
David Heinemeier Hansson
2005-06-17
2
-1
/
+7
*
Updated CHANGELOG
Jamis Buck
2005-06-16
1
-0
/
+2
*
Helper support for ActionMailer
Jamis Buck
2005-06-16
9
-3
/
+260
*
Fix quote_bound_value to not map Strings #1416 [htonl]
David Heinemeier Hansson
2005-06-16
2
-5
/
+8
*
Revealed the man behind the mask!
David Heinemeier Hansson
2005-06-16
5
-53
/
+53
*
Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]
David Heinemeier Hansson
2005-06-16
3
-2
/
+11
*
Fixed query parser to deal gracefully with equal signs inside keys and values...
David Heinemeier Hansson
2005-06-16
3
-2
/
+22
*
Added cuba to country list #1351 [todd]
David Heinemeier Hansson
2005-06-16
3
-2
/
+4
*
Fixed radio_button to work with numeric values #1352 [demetrius]
David Heinemeier Hansson
2005-06-16
2
-1
/
+3
*
Added :extension option to NumberHelper#number_to_phone #1361 [delynnb]
David Heinemeier Hansson
2005-06-16
3
-10
/
+12
*
Added button_to as a form-based solution to deal with harmful actions that sh...
David Heinemeier Hansson
2005-06-16
3
-1
/
+116
*
Fix spelling
David Heinemeier Hansson
2005-06-16
1
-1
/
+1
*
Fixed the test_helper.rb to be safe for requiring controllers from multiple s...
David Heinemeier Hansson
2005-06-16
2
-1
/
+6
*
Fixed image_tag so an exception is not thrown just because the image is missi...
David Heinemeier Hansson
2005-06-16
3
-6
/
+6
*
Fixed Webrick to escape + characters in URL's the same way that lighttpd and ...
David Heinemeier Hansson
2005-06-16
2
-12
/
+12
*
Added a third parameter to TextHelper#auto_link called href_options for speci...
David Heinemeier Hansson
2005-06-16
3
-5
/
+13
*
Fixed Time#at_beginning_of_week returned the next Monday instead of the previ...
David Heinemeier Hansson
2005-06-16
3
-1
/
+11
*
Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]
David Heinemeier Hansson
2005-06-16
2
-0
/
+26
[next]