aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added in-place editing support in the spirit of auto complete with ActionCont...David Heinemeier Hansson2005-09-118-123/+236
* Dont encourage custom url options to be called with symbol #2047David Heinemeier Hansson2005-09-112-15/+2
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-114-4/+27
* Fixed missing dsDavid Heinemeier Hansson2005-09-111-2/+2
* Fix testsDavid Heinemeier Hansson2005-09-111-19/+16
* Use the inflector rules made for the purposeDavid Heinemeier Hansson2005-09-111-1/+1
* Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ...David Heinemeier Hansson2005-09-115-14/+40
* Added :disabled option to all data selects that'll make the elements inaccess...David Heinemeier Hansson2005-09-113-10/+74
* Fixed that TextHelper#auto_link_urls would include punctuation in the links #...David Heinemeier Hansson2005-09-113-3/+19
* Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ...David Heinemeier Hansson2005-09-112-0/+8
* Added test to ensure that silence_warnings also returned its valueDavid Heinemeier Hansson2005-09-111-1/+1
* Added test to ensure that silence_warnings also returned its valueDavid Heinemeier Hansson2005-09-111-0/+4
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-1112-35/+36
* Fix fixture problem for pgsqlDavid Heinemeier Hansson2005-09-111-2/+2
* Fix problem with mime type defaults #2165 [Michael Shuerig]David Heinemeier Hansson2005-09-111-1/+2
* Forgot to add core_ext/string/starts_ends_with.rbDavid Heinemeier Hansson2005-09-091-0/+20
* Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...David Heinemeier Hansson2005-09-093-10/+20
* Added -c/--svn option to the generator that'll add new files and remove destr...David Heinemeier Hansson2005-09-093-3/+42
* Added -c/--charset option to WEBrick controller, so you can specify a default...David Heinemeier Hansson2005-09-093-1/+18
* Fixed comparison of Active Record objects so two new objects are not equal #2...David Heinemeier Hansson2005-09-093-1/+10
* Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net]David Heinemeier Hansson2005-09-093-0/+15
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000...David Heinemeier Hansson2005-09-093-0/+5
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...David Heinemeier Hansson2005-09-093-4/+7
* Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...David Heinemeier Hansson2005-09-091-1/+1
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-096-31/+38
* Make assert_valid_keys slightly more lenientDavid Heinemeier Hansson2005-09-092-2/+4
* Fix docs #2136 [coffee2code]David Heinemeier Hansson2005-09-091-5/+5
* Allow link_to_remote to use any DOM-element as the parent of the form element...David Heinemeier Hansson2005-09-092-0/+16
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-094-13/+69
* Added documentation for overwrite_params #2146 [Michael Shuerig]David Heinemeier Hansson2005-09-092-2/+10
* Fixed that render :partial would fail when :object was a Hash (due to backwar...David Heinemeier Hansson2005-09-096-3/+18
* Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [...David Heinemeier Hansson2005-09-093-1/+7
* Fixed that onclick would be overridden even when special features werent usedDavid Heinemeier Hansson2005-09-082-0/+6
* Added documentation for #1904David Heinemeier Hansson2005-09-081-0/+15
* Fixed all AssetHelper methods to work with relative paths, such that javascri...David Heinemeier Hansson2005-09-083-1/+4
* Fixed a broken testDavid Heinemeier Hansson2005-09-081-1/+1
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-083-6/+0
* Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ...David Heinemeier Hansson2005-09-082-2/+4
* Avoid extending view instance with helper modules each request. Closes #1979Nicholas Seckar2005-09-083-18/+18
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-083-9/+15
* Use this.href, not unexisting urlDavid Heinemeier Hansson2005-09-072-2/+2
* Added :post option to UrlHelper#link_to that makes it possible to do POST req...David Heinemeier Hansson2005-09-073-21/+61
* Symbolize the keys of overwritten parameters. Really closes #1909.Nicholas Seckar2005-09-071-1/+1
* Fix overwrite params. Closes #1909Nicholas Seckar2005-09-063-0/+16
* Give AR the new benchmark method tooDavid Heinemeier Hansson2005-09-061-5/+8
* Fix fragment benchmark calls and limit timings to 5 decimalsDavid Heinemeier Hansson2005-09-063-6/+6
* Only do benchmarking if log level matches and log cachingDavid Heinemeier Hansson2005-09-062-20/+31
* Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe...David Heinemeier Hansson2005-09-064-7/+41
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-052-9/+13