aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make sure the String::Access methods return strings, and not multibyte Char i...Jamis Buck2006-10-132-5/+32
* automatically add primary key to #select_limited_ids_list order by clause for...Rick Olson2006-10-134-1/+12
* fix select_limited_ids_list issues in postgresql, retain current behavior in ...Rick Olson2006-10-135-7/+27
* add test for select_limited_ids_list that passes in mysql/sqlite and fails in...Rick Olson2006-10-131-0/+15
* Make page caching respect the format of the resource that is being requested ...Marcel Molina2006-10-123-3/+26
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-124-52/+31
* Make core_ext/string/access.rb multibyte safe. Closes #6388 [Manfred Stienstra]Michael Koziarski2006-10-123-5/+8
* Make String#chars slicing behaviour consistent with String. Closes #6387 [Man...Michael Koziarski2006-10-123-4/+8
* Restore eager condition interpolation, document it's differences [Rick]Rick Olson2006-10-114-4/+17
* Install named routes into ActionView::Base instead of proxying them to the vi...Nicholas Seckar2006-10-112-5/+5
* Compare to 0 rather than call zero? to handle nil.Jeremy Kemper2006-10-111-1/+1
* Wrap save! in a transaction. Closes #6324.Jeremy Kemper2006-10-102-3/+7
* Fixed default 404.html and 500.htmls to remove extreme ugliness and added err...David Heinemeier Hansson2006-10-103-10/+90
* Fix typoNicholas Seckar2006-10-091-2/+2
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-0910-370/+316
* improve example in migrations docs, closes #6370Jeremy Kemper2006-10-091-2/+2
* Fix relative URL root matching problemsJamis Buck2006-10-093-4/+15
* Don't rollback in teardown unless a transaction was started. Don't start a tr...Jeremy Kemper2006-10-093-5/+33
* PostgreSQL: db:test:purge closes open database connections first. Closes #6236.Jeremy Kemper2006-10-092-0/+4
* r5540@ks: jeremy | 2006-10-08 23:05:30 -0700Jeremy Kemper2006-10-093-74/+86
* Add #delete support to has_many :through associations. Closes #6049 [Martin ...Rick Olson2006-10-093-0/+53
* learn to clean up after myselfRick Olson2006-10-091-4/+0
* Reverted old select_limited_ids_list postgresql fix that caused issues in mys...Rick Olson2006-10-093-3/+8
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-099-29/+28
* Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...David Heinemeier Hansson2006-10-092-2/+4
* Docfix (closes #6234)David Heinemeier Hansson2006-10-091-1/+1
* Fixed migration creation to work with namespaced models, so script/generate m...David Heinemeier Hansson2006-10-092-0/+5
* Fixed rename_table on SQLite tables with indexes defined (closes #5942) [bran...David Heinemeier Hansson2006-10-092-6/+39
* Docfix (closes #6040)David Heinemeier Hansson2006-10-091-0/+24
* Added timeout option to SQLite3 configurations to deal more gracefully with S...David Heinemeier Hansson2006-10-095-1/+11
* Docfix (closes #5143)David Heinemeier Hansson2006-10-091-1/+1
* Added update_attributes! which uses save! to raise an exception if a validati...David Heinemeier Hansson2006-10-093-1/+46
* Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...David Heinemeier Hansson2006-10-094-18/+16
* Doc fixes (closes #6325)David Heinemeier Hansson2006-10-091-1/+4
* render_text may optionally append to the response body. render_javascript app...Jeremy Kemper2006-10-093-4/+34
* Rename test assertion to prevent shadowing. Closes #6306.Nicholas Seckar2006-10-092-1/+3
* one render per testJeremy Kemper2006-10-091-16/+36
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-093-3/+20
* Fixed that caches_action breaks with file extensions (closes #6257) [Catfish]David Heinemeier Hansson2006-10-092-1/+8
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-093-2/+10
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-094-4/+26
* Also update escaping for prototype rescues [DHH]David Heinemeier Hansson2006-10-091-1/+1
* Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...David Heinemeier Hansson2006-10-092-1/+3
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-093-1/+4
* Fixed that some 500 rescues would cause 500's themselves because the response...David Heinemeier Hansson2006-10-092-1/+3
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-092-66/+81
* Deprecation cleanup for rescues (closes #6339) [adam]David Heinemeier Hansson2006-10-091-4/+4
* Docfix (closes #6356)David Heinemeier Hansson2006-10-091-1/+9
* Include field:type option for modelsDavid Heinemeier Hansson2006-10-092-1/+4
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-0917-60/+252