| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert boolean form options form the tag_helper. Recloses #809. | Marcel Molina | 2005-10-10 | 4 | -29/+27 |
* | Fixed that an instance variable with the same name as a partial should be imp... | Sam Stephenson | 2005-10-10 | 3 | -1/+18 |
* | Fix Element.toggle logic | Sam Stephenson | 2005-10-10 | 2 | -2/+2 |
* | Speed up the setting of table_name. Closes #2428. | Marcel Molina | 2005-10-10 | 4 | -1/+29 |
* | Require rails_version instead of version | Jamis Buck | 2005-10-10 | 1 | -1/+1 |
* | mv lib/version.rb to lib/rails_version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | move lib/version.rb to lib/active_support/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | mv lib/version.rb to lib/action_web_service/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | move lib/version.rb to lib/action_mailer/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | Move lib/version.rb to lib/action_pack/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | move lib/version.rb to lib/active_record/version.rb | Jamis Buck | 2005-10-10 | 2 | -1/+1 |
* | Replace '%e' from long and short time formats as Windows does not support it.... | Marcel Molina | 2005-10-10 | 2 | -2/+4 |
* | Optimize instantiation of STI subclass records. In partial fullfilment of #1236. | Marcel Molina | 2005-10-09 | 2 | -15/+20 |
* | Fix typo of 'constrains' to 'contraints'. Closes #2069. | Marcel Molina | 2005-10-09 | 3 | -14/+20 |
* | Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236. | Marcel Molina | 2005-10-09 | 3 | -9/+13 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 14 | -9/+76 |
* | Add ability to get all siblings, including the current child, with acts_as_tr... | Marcel Molina | 2005-10-09 | 3 | -1/+17 |
* | Added to_s(:db) to Range | David Heinemeier Hansson | 2005-10-09 | 5 | -2/+45 |
* | Make it clear that we are at script.aculo.us V1.5_rc3 now | Thomas Fuchs | 2005-10-09 | 2 | -2/+2 |
* | Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails... | Thomas Fuchs | 2005-10-09 | 14 | -557/+908 |
* | Make assert_tag :children count appropriately. Closes #2181. | Marcel Molina | 2005-10-09 | 3 | -2/+131 |
* | PostgreSQL returns the path type wrapped in quotes. | Marcel Molina | 2005-10-09 | 2 | -2/+2 |
* | Add geometric type for postgresql adapter. Closes #2233. | Marcel Molina | 2005-10-09 | 5 | -0/+78 |
* | Backing out of #2496. Comparing md5 checksums is in no way faster than doing ... | Marcel Molina | 2005-10-08 | 1 | -2/+1 |
* | Compare md5 checksums of files rather than files themselves, as it's far fast... | Marcel Molina | 2005-10-08 | 1 | -1/+2 |
* | Skip directories when checking for identical source and destination files. | Marcel Molina | 2005-10-08 | 1 | -0/+1 |
* | Evaluate dynamic templates before checking if the new file is identical to th... | Marcel Molina | 2005-10-08 | 1 | -5/+13 |
* | Make the generator skip a file if it already exists and is identical to the n... | Marcel Molina | 2005-10-08 | 2 | -3/+12 |
* | Look here, braces: gimme some elbow room. #2418 | Jeremy Kemper | 2005-10-08 | 1 | -1/+1 |
* | Move require_library_or_gem out of AR's abstract_adapter and into ActiveSuppo... | Marcel Molina | 2005-10-08 | 3 | -23/+24 |
* | Don't tell me about defined reader methods, even at debug level. | Jeremy Kemper | 2005-10-07 | 1 | -1/+0 |
* | Add option (true by default) to generate reader methods for each attribute of... | Marcel Molina | 2005-10-07 | 7 | -59/+152 |
* | Add convenience predicate methods on Column class. In partial fullfilment of ... | Marcel Molina | 2005-10-06 | 4 | -8/+34 |
* | Raise an exception when invalid options are passed to ActiveRecord::Base.find... | Marcel Molina | 2005-10-06 | 4 | -3/+15 |
* | sqlite topics.approved should default to true like the other dbs | Jeremy Kemper | 2005-10-06 | 1 | -1/+1 |
* | Remove straggling symbolize_strings_in_hash from [2427]. | Jeremy Kemper | 2005-10-06 | 2 | -2/+2 |
* | Fixup tests for [2474]. | Jeremy Kemper | 2005-10-06 | 2 | -11/+11 |
* | Add rename_table to mysql, sqlite and postgres adapters for use in migrations | Tobias Lütke | 2005-10-06 | 5 | -1/+39 |
* | Allow in memory sqlite DBs when RAILS_ROOT is defined [blair@orcaware.com] | Michael Koziarski | 2005-10-06 | 1 | -2/+4 |
* | smallint -> boolean in pg sql | Jeremy Kemper | 2005-10-06 | 1 | -1/+1 |
* | Quote booleans according the rules defined by the adapter | Michael Koziarski | 2005-10-06 | 7 | -12/+21 |
* | Added :force option to create_table that'll try to drop the table if it alrea... | David Heinemeier Hansson | 2005-10-06 | 3 | -0/+8 |
* | Dont repeat yourself | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+1 |
* | Dont include script/process dir | David Heinemeier Hansson | 2005-10-06 | 1 | -1/+0 |
* | Dont include run | David Heinemeier Hansson | 2005-10-06 | 2 | -2/+2 |
* | Backed out of script/run portal idea. Muscle memory too deep | David Heinemeier Hansson | 2005-10-06 | 14 | -11/+42 |
* | Keep Units and Functionals around for those who don't upgrade their app right... | Jeremy Kemper | 2005-10-05 | 1 | -1/+1 |
* | Load plugins last | Jamis Buck | 2005-10-05 | 1 | -1/+2 |
* | prepend to load path before loading the plugin | Jamis Buck | 2005-10-05 | 1 | -4/+4 |
* | Add experimental plugin support #2335 | Jamis Buck | 2005-10-05 | 2 | -1/+28 |