aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]Michael Koziarski2006-10-172-0/+10
* GET parameter keys can be escaped too [DHH]David Heinemeier Hansson2006-10-171-1/+1
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-173-4/+23
* Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 [Manfred Stien...Michael Koziarski2006-10-173-8/+18
* Fix deprecation warnings when rendering the template error template.Jamis Buck2006-10-162-1/+3
* Fix routing to correctly determine when generation fails. Closes #6300.Nicholas Seckar2006-10-163-1/+30
* Remove extraneous expand_path; fix plugin load pathsNicholas Seckar2006-10-161-3/+1
* Add plugins and builtins to the load_path.Nicholas Seckar2006-10-161-0/+3
* Remove autoload_paths to simplify configuration.Nicholas Seckar2006-10-161-65/+21
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-163-7/+20
* Fix broken assert_generates when extra keys are being checked.Jamis Buck2006-10-163-1/+7
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-153-17/+103
* Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]Michael Koziarski2006-10-153-60/+28
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-153-2/+29
* remove an obsolete #dup call. avoid double negatives, to make the code easier...Jamis Buck2006-10-152-10/+11
* Undo accidental commitNicholas Seckar2006-10-141-42/+16
* Rename overlapping test namesNicholas Seckar2006-10-142-17/+43
* make sure filters in subclasses with :only or :except conditions are treated ...Jamis Buck2006-10-142-3/+42
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-143-9/+6
* 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