| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the inflector rules made for the purpose | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Added Array#to_sentence that'll turn ['one', 'two', 'three'] into 'one, two, ... | David Heinemeier Hansson | 2005-09-11 | 5 | -14/+40 |
* | Added :disabled option to all data selects that'll make the elements inaccess... | David Heinemeier Hansson | 2005-09-11 | 3 | -10/+74 |
* | Fixed that TextHelper#auto_link_urls would include punctuation in the links #... | David Heinemeier Hansson | 2005-09-11 | 3 | -3/+19 |
* | Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ... | David Heinemeier Hansson | 2005-09-11 | 2 | -0/+8 |
* | Added test to ensure that silence_warnings also returned its value | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Added test to ensure that silence_warnings also returned its value | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+4 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 12 | -35/+36 |
* | Fix fixture problem for pgsql | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Fix problem with mime type defaults #2165 [Michael Shuerig] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+2 |
* | Forgot to add core_ext/string/starts_ends_with.rb | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+20 |
* | Added -m/--mime-types option to the WEBrick server, so you can specify a Apac... | David Heinemeier Hansson | 2005-09-09 | 3 | -10/+20 |
* | Added -c/--svn option to the generator that'll add new files and remove destr... | David Heinemeier Hansson | 2005-09-09 | 3 | -3/+42 |
* | Added -c/--charset option to WEBrick controller, so you can specify a default... | David Heinemeier Hansson | 2005-09-09 | 3 | -1/+18 |
* | Fixed comparison of Active Record objects so two new objects are not equal #2... | David Heinemeier Hansson | 2005-09-09 | 3 | -1/+10 |
* | Added String#starts_with? and String#ends_with? #2118 [thijs@vandervossen.net] | David Heinemeier Hansson | 2005-09-09 | 3 | -0/+15 |
* | Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000... | David Heinemeier Hansson | 2005-09-09 | 3 | -0/+5 |
* | Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec... | David Heinemeier Hansson | 2005-09-09 | 3 | -4/+7 |
* | Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Refactored away all the legacy validate_options calls and replaced them with ... | David Heinemeier Hansson | 2005-09-09 | 6 | -31/+38 |
* | Make assert_valid_keys slightly more lenient | David Heinemeier Hansson | 2005-09-09 | 2 | -2/+4 |
* | Fix docs #2136 [coffee2code] | David Heinemeier Hansson | 2005-09-09 | 1 | -5/+5 |
* | Allow link_to_remote to use any DOM-element as the parent of the form element... | David Heinemeier Hansson | 2005-09-09 | 2 | -0/+16 |
* | Added the instance methods #root and #ancestors on acts_as_tree and fixed sib... | David Heinemeier Hansson | 2005-09-09 | 4 | -13/+69 |
* | Added documentation for overwrite_params #2146 [Michael Shuerig] | David Heinemeier Hansson | 2005-09-09 | 2 | -2/+10 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 6 | -3/+18 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 3 | -1/+7 |
* | Fixed that onclick would be overridden even when special features werent used | David Heinemeier Hansson | 2005-09-08 | 2 | -0/+6 |
* | Added documentation for #1904 | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+15 |
* | Fixed all AssetHelper methods to work with relative paths, such that javascri... | David Heinemeier Hansson | 2005-09-08 | 3 | -1/+4 |
* | Fixed a broken test | David Heinemeier Hansson | 2005-09-08 | 1 | -1/+1 |
* | An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal... | David Heinemeier Hansson | 2005-09-08 | 3 | -6/+0 |
* | Fixed that Active Record would call SHOW FIELDS twice (or more) for the same ... | David Heinemeier Hansson | 2005-09-08 | 2 | -2/+4 |
* | Avoid extending view instance with helper modules each request. Closes #1979 | Nicholas Seckar | 2005-09-08 | 3 | -18/+18 |
* | Performance improvements to CGI methods. Closes #1980 | Nicholas Seckar | 2005-09-08 | 3 | -9/+15 |
* | Use this.href, not unexisting url | David Heinemeier Hansson | 2005-09-07 | 2 | -2/+2 |
* | Added :post option to UrlHelper#link_to that makes it possible to do POST req... | David Heinemeier Hansson | 2005-09-07 | 3 | -21/+61 |
* | Symbolize the keys of overwritten parameters. Really closes #1909. | Nicholas Seckar | 2005-09-07 | 1 | -1/+1 |
* | Fix overwrite params. Closes #1909 | Nicholas Seckar | 2005-09-06 | 3 | -0/+16 |
* | Give AR the new benchmark method too | David Heinemeier Hansson | 2005-09-06 | 1 | -5/+8 |
* | Fix fragment benchmark calls and limit timings to 5 decimals | David Heinemeier Hansson | 2005-09-06 | 3 | -6/+6 |
* | Only do benchmarking if log level matches and log caching | David Heinemeier Hansson | 2005-09-06 | 2 | -20/+31 |
* | Added use_silence parameter to ActiveRecord::Base.benchmark that can be passe... | David Heinemeier Hansson | 2005-09-06 | 4 | -7/+41 |
* | Dont encode the default subject for the test cases since they are within the ... | David Heinemeier Hansson | 2005-09-06 | 1 | -1/+1 |
* | Make the default stats task extendable by modifying the STATS_DIRECTORIES con... | Jamis Buck | 2005-09-05 | 2 | -9/+13 |
* | Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails... | Jamis Buck | 2005-09-05 | 2 | -1/+6 |
* | Updated vendor copy of html-scanner to support better xml parsing | Jamis Buck | 2005-09-05 | 3 | -3/+6 |
* | Fix vendor require paths to prevent files being required twice | Jamis Buck | 2005-09-05 | 3 | -3/+5 |
* | Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com] | David Heinemeier Hansson | 2005-09-04 | 3 | -3/+54 |
* | Get rid of that silly lock | David Heinemeier Hansson | 2005-09-04 | 1 | -1/+1 |