aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-0818-96/+109
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-0732-11/+17
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-078-10/+93
* Added :mouseover short-cut to AssetTagHelper#image_tag for doing easy image s...David Heinemeier Hansson2007-11-073-5/+21
* Address shortcomings of changeset [8054] [protocool]David Heinemeier Hansson2007-11-075-277/+128
* Fixed handling of non-domain hosts (closes #9479) [purp]David Heinemeier Hansson2007-11-073-2/+23
* Enhance explanation with more examples for attr_accessible macro. Closes #809...Marcel Molina2007-11-062-12/+21
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-069-41/+43
* Remove unneeded file that was missed by [8098]Michael Koziarski2007-11-061-0/+0
* Fix syntax error in documentation example for cycle method. Closes #8735 [foca]Marcel Molina2007-11-062-1/+3
* Document :with option for link_to_remote. Closes #8765 [ryanb]Marcel Molina2007-11-062-0/+10
* Update association/method mapping table to refected latest collection methods...Marcel Molina2007-11-062-6/+8
* Document :minute_step option for time_select. Closes #8814 [brupm]Marcel Molina2007-11-062-0/+5
* Explain how to use the :href option for link_to_remote to degrade gracefully ...Marcel Molina2007-11-062-0/+13
* Disambiguate :size option for text area tag. Closes #8955 [redbeard]Marcel Molina2007-11-062-1/+3
* Make work with --skip-timestampsDavid Heinemeier Hansson2007-11-061-0/+4
* Make transaction documentation example more realisticMarcel Molina2007-11-061-2/+2
* Explain semantics of having several different AR instances in a transaction b...Marcel Molina2007-11-062-0/+15
* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]Marcel Molina2007-11-062-3/+5
* Add documentation for route conditions. Closes #9041 [innu, manfred]Marcel Molina2007-11-062-0/+20
* Add documentation for Hash#diff. Closes #9306 [tarmo]Marcel Molina2007-11-062-0/+10
* Add missing file for revision #8090Marcel Molina2007-11-061-1/+1
* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N]Marcel Molina2007-11-062-1/+3
* Update XML documentation examples to include explicit type attributes. Closes...Marcel Molina2007-11-063-27/+29
* Update Schema documentation to use updated sexy migration notation. Closes #1...Marcel Molina2007-11-062-5/+7
* Fixed that ActionController::CgiRequest#host_with_port() should handle standa...David Heinemeier Hansson2007-11-064-4/+19
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.Sam Stephenson2007-11-066-58/+126
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-0626-338/+1610
* Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]Michael Koziarski2007-11-061-144/+144
* Make rescue_from behave like rescue when dealing with subclasses. Closes #10...Michael Koziarski2007-11-062-6/+210
* Grammatical and whitespace fixes for form helper docs. Closes #10062 [chuyeow]Michael Koziarski2007-11-061-43/+42
* Use the safe conversion code introduced in earlier commit. References #10068...Michael Koziarski2007-11-051-1/+1
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-056-10/+43
* Add missing quote to send_file documentation. [developingchris] Closes #10078Michael Koziarski2007-11-051-1/+1
* Added --skip-timestamps to generators that produce models (closes #10036) [tp...David Heinemeier Hansson2007-11-044-4/+12
* Update profiler changelog for integration session script usageJeremy Kemper2007-11-011-0/+6
* Profile an integration session instead of a single requestJeremy Kemper2007-11-011-87/+58
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-012-74/+87
* Don't eliminate the logger by defaultJeremy Kemper2007-11-011-1/+0
* Expose the cookie jar as a helper method (before the view would just get the ...David Heinemeier Hansson2007-10-312-0/+6
* Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593Michael Koziarski2007-10-312-2/+7
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-314-7/+20
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-294-0/+148
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-294-21/+3
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-295-22/+299
* Test which fails without [8052] [Koz]Michael Koziarski2007-10-292-2/+4
* compute_public_path behaves well with mailers also. Closes #10014.Jeremy Kemper2007-10-291-6/+16
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-292-1/+30
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-296-19/+22
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-283-0/+10