| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ensure that request.path never returns nil. Closes #1675 | Nicholas Seckar | 2005-09-11 | 2 | -6/+6 |
* | Add ability to specify Route Regexps for controllers. Closes #1917. | Nicholas Seckar | 2005-09-11 | 3 | -1/+48 |
* | Provide Named Route's hash methods as helper methods. Closes #1744. | Nicholas Seckar | 2005-09-11 | 3 | -1/+12 |
* | Rolled back broken #1814 | David Heinemeier Hansson | 2005-09-11 | 3 | -26/+1 |
* | Refactored to a more readble form #1813 | David Heinemeier Hansson | 2005-09-11 | 2 | -4/+2 |
* | Added better exception error when unknown column types are used with migratio... | David Heinemeier Hansson | 2005-09-11 | 4 | -2/+29 |
* | Added irregular inflection sex => sexes #1826 [rails@electricvisions.com] | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+1 |
* | Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson] | David Heinemeier Hansson | 2005-09-11 | 2 | -0/+3 |
* | Fixed clone_structure_to_test task for SQLite #1864 [jon@burningbush.us] | David Heinemeier Hansson | 2005-09-11 | 2 | -1/+3 |
* | Use send instead of module_eval #1873 [shugo] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Fixed docs #1884 | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+1 |
* | Fixed docs #1886 | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+3 |
* | Split macros test into their own suite | David Heinemeier Hansson | 2005-09-11 | 3 | -29/+53 |
* | Added :multipart option to ActiveRecordHelper#form to make it possible to add... | David Heinemeier Hansson | 2005-09-11 | 3 | -1/+10 |
* | Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to eas... | David Heinemeier Hansson | 2005-09-11 | 6 | -7/+56 |
* | Added in-place editing support in the spirit of auto complete with ActionCont... | David Heinemeier Hansson | 2005-09-11 | 8 | -123/+236 |
* | Dont encourage custom url options to be called with symbol #2047 | David Heinemeier Hansson | 2005-09-11 | 2 | -15/+2 |
* | Moved config/tasks to lib/tasks and added more documentation to environment.rb | David Heinemeier Hansson | 2005-09-11 | 4 | -4/+27 |
* | Fixed missing ds | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Fix tests | David Heinemeier Hansson | 2005-09-11 | 1 | -19/+16 |
* | 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 |