| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't worry about retrieving the last inserted id. [tarmo_t] | Jeremy Kemper | 2007-09-17 | 1 | -1/+1 |
* | Added security notice to Request#remote_ip underlining the fact that its valu... | David Heinemeier Hansson | 2007-09-17 | 1 | -0/+8 |
* | Disable optimisation code for UrlWriter as request.host doesn't make sense th... | Michael Koziarski | 2007-09-17 | 5 | -12/+47 |
* | Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz] | Michael Koziarski | 2007-09-17 | 3 | -3/+23 |
* | Speed up and simplify query caching. | Jeremy Kemper | 2007-09-17 | 15 | -238/+218 |
* | connection.select_rows 'sql' returns an array (rows) of arrays (field values)... | Jeremy Kemper | 2007-09-16 | 8 | -9/+91 |
* | Typo | Jeremy Kemper | 2007-09-16 | 1 | -1/+1 |
* | Avoid RDoc warning | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+1 |
* | Eager loading respects explicit :joins. Closes #9496. | Jeremy Kemper | 2007-09-15 | 3 | -1/+8 |
* | Extract Firebird, FronBase, and OpenBase adapters into gems. Closes #9508, #9... | Jeremy Kemper | 2007-09-15 | 4 | -2050/+2 |
* | RubyGem database adapters: expects a gem named activerecord-<database>-adapte... | Jeremy Kemper | 2007-09-15 | 2 | -3/+21 |
* | Missing file from previous patch | David Heinemeier Hansson | 2007-09-15 | 1 | -0/+12 |
* | Added db:drop:all to drop all databases declared in config/database.yml [DHH] | David Heinemeier Hansson | 2007-09-15 | 2 | -11/+24 |
* | Fixed optimized route segment escaping. Closes #9562. | Jeremy Kemper | 2007-09-15 | 4 | -30/+38 |
* | Added Array#rand (closes #9170) [norbert] | David Heinemeier Hansson | 2007-09-15 | 5 | -3/+35 |
* | Added block-acceptance to JavaScriptHelper#javascript_tag (closes #7527) [Bob... | David Heinemeier Hansson | 2007-09-15 | 3 | -4/+42 |
* | Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 [Ti... | David Heinemeier Hansson | 2007-09-15 | 3 | -1/+8 |
* | Inform people that were using the cookie store as default and a caveat | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+2 |
* | root_path returns '/' not ''. Closes #9563. | Jeremy Kemper | 2007-09-15 | 3 | -7/+17 |
* | Fixed that setting request.format should also affect respond_to blocks [DHH] | David Heinemeier Hansson | 2007-09-15 | 1 | -1/+1 |
* | Fixed that setting request.format would also affect respond_to blocks [DHH] | David Heinemeier Hansson | 2007-09-15 | 3 | -3/+36 |
* | Add option to force binary mode on tempfile used for fixture_file_upload. Clo... | Jeremy Kemper | 2007-09-14 | 3 | -3/+37 |
* | Fix association writer with :dependent => :nullify. Closes #7314. | Jeremy Kemper | 2007-09-14 | 3 | -8/+18 |
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 7 | -3/+43 |
* | Missed Reloadable bits and pieces | Jeremy Kemper | 2007-09-14 | 5 | -21/+2 |
* | Some 1.9 forward compatibility | Jeremy Kemper | 2007-09-14 | 24 | -87/+116 |
* | Deprecation: removed Reloadable. | Jeremy Kemper | 2007-09-14 | 8 | -198/+5 |
* | OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748. | Jeremy Kemper | 2007-09-13 | 6 | -157/+302 |
* | minor speedups + forward-compat syntax | Jeremy Kemper | 2007-09-13 | 6 | -19/+24 |
* | Trips up the RDoc generation | David Heinemeier Hansson | 2007-09-13 | 1 | -1/+1 |
* | minor speedup | Jeremy Kemper | 2007-09-13 | 1 | -2/+2 |
* | Tidy up link to remote options. Closes #9505. [nik.wakelin] | Michael Koziarski | 2007-09-12 | 2 | -2/+14 |
* | Remove unused HashCaching | Jeremy Kemper | 2007-09-11 | 2 | -141/+0 |
* | Purge empty files | Jeremy Kemper | 2007-09-11 | 45 | -0/+0 |
* | Remove empty macros | Jeremy Kemper | 2007-09-11 | 2 | -0/+0 |
* | Kill lingering acts | Jeremy Kemper | 2007-09-11 | 2 | -4/+1 |
* | Remove empty acts | Jeremy Kemper | 2007-09-11 | 2 | -0/+0 |
* | Don't raise superfluous exception on test failure. | Jeremy Kemper | 2007-09-11 | 1 | -6/+6 |
* | Moved acts_as_tree into a plugin of the same name on the official Rails svn (... | David Heinemeier Hansson | 2007-09-11 | 7 | -362/+9 |
* | Moved acts_as_nested_set into a plugin of the same name on the official Rails... | David Heinemeier Hansson | 2007-09-11 | 6 | -430/+30 |
* | Moved ActionController::Macros::AutoComplete into the auto_complete plugin on... | David Heinemeier Hansson | 2007-09-11 | 5 | -282/+2 |
* | Fixed that resource namespaces wouldnt stick to all nested resources (closes ... | David Heinemeier Hansson | 2007-09-10 | 3 | -5/+38 |
* | Remove broken require | Michael Koziarski | 2007-09-10 | 1 | -1/+0 |
* | Remove acts_as_list. Users are advised to install the new plugin. Reference... | Michael Koziarski | 2007-09-10 | 6 | -571/+4 |
* | Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugi... | David Heinemeier Hansson | 2007-09-10 | 5 | -156/+3 |
* | Remove the wrapping feature that was never actually turned into something rea... | David Heinemeier Hansson | 2007-09-09 | 2 | -73/+0 |
* | Removed outdated benchmarks and examples | David Heinemeier Hansson | 2007-09-09 | 6 | -233/+1 |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 17 | -32/+54 |
* | Random hits from the style nazi | David Heinemeier Hansson | 2007-09-09 | 4 | -7/+14 |
* | Removed deprecated form of calling xml_http_request/xhr without the first arg... | David Heinemeier Hansson | 2007-09-09 | 3 | -19/+2 |