Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo (see http://rails.lighthouseapp.com/projects/16213/tickets/13) | Mike Gunderloy | 2008-09-15 | 1 | -1/+2 |
| | |||||
* | Add a link back to hackfest page from the index | Pratik Naik | 2008-09-15 | 1 | -0/+2 |
| | |||||
* | Typo fixes. | Mike Gunderloy | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Fix security guide link | Pratik Naik | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Add caching guide | Pratik Naik | 2008-09-15 | 2 | -1/+7 |
| | |||||
* | Added first draft of caching guide; advanced caching is still being worked on | Aditya | 2008-09-15 | 1 | -0/+350 |
| | |||||
* | Fixed indentation error caused by the last commit. | Daniel Schierbeck | 2008-09-14 | 1 | -1/+1 |
| | |||||
* | Fixed typo in ActiveRecord aggregations documentation. | Daniel Schierbeck | 2008-09-14 | 1 | -2/+2 |
| | |||||
* | Add new security guide to generate list | Pratik Naik | 2008-09-14 | 1 | -1/+1 |
| | |||||
* | Removed old security guide | Heiko Webers | 2008-09-14 | 4 | -251/+0 |
| | |||||
* | Updated security guide | Heiko Webers | 2008-09-14 | 3 | -0/+835 |
| | |||||
* | Generate authors file | Pratik Naik | 2008-09-14 | 1 | -4/+7 |
| | |||||
* | Add author info/changelogs for Routing & Associations guides | Mike Gunderloy | 2008-09-14 | 3 | -1/+20 |
| | |||||
* | Add link to ticket | Frederick Cheung | 2008-09-14 | 1 | -0/+2 |
| | |||||
* | Start authors section and link to it from migrations guide | Frederick Cheung | 2008-09-14 | 4 | -2/+16 |
| | |||||
* | Use a better example | Frederick Cheung | 2008-09-14 | 1 | -2/+2 |
| | |||||
* | Merge commit 'mainstream/master' | Pratik Naik | 2008-09-13 | 35 | -102/+379 |
|\ | |||||
| * | Ensure Hash#except is allowed on a frozen hash. References #382 | Mislav Marohnić | 2008-09-13 | 2 | -1/+15 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Allow for the dirty tracking to work with the aliased name of aliased ↵ | Rich Cavanaugh | 2008-09-13 | 3 | -1/+33 |
| | | | | | | | | | | | | | | attributes. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#812 state:committed] | ||||
| * | Support for updating a belongs to association from the foreign key (without ↵ | Jon Leighton | 2008-09-13 | 3 | -1/+33 |
| | | | | | | | | | | | | | | saving and reloading the record) Signed-off-by: Michael Koziarski <michael@koziarski.com> [#142 state:committed] | ||||
| * | Use select and change test so new tests can work on postgres. | miloops | 2008-09-12 | 3 | -5/+5 |
| | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
| * | Improve test coverage when using the group option in find, has_many or ↵ | miloops | 2008-09-11 | 6 | -2/+30 |
| | | | | | | | | | | | | has_and_belongs_to_many. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
| * | Remove the .to_s fix in validates_uniqueness_of, as Chars get quoted correctly. | Michael Koziarski | 2008-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars ↵ | Manfred Stienstra | 2008-09-11 | 8 | -3/+66 |
| | | | | | | | | | | | | | | | | | | | | values. - Adds String#acts_like_string? - Adds Chars#acts_like_string? Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1029 state:committed] | ||||
| * | Fixes validates_uniquness_of problem with case insensitive string containing ↵ | wmoxam | 2008-09-11 | 2 | -1/+8 |
| | | | | | | | | | | | | newline characters Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
| * | Add --debugger option to script/console. | miloops | 2008-09-11 | 1 | -0/+13 |
| | | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1025 state:committed] | ||||
| * | Flesh out the parameterize method to support non-ascii text and underscores. | Michael Koziarski | 2008-09-11 | 2 | -2/+5 |
| | | |||||
| * | Add the Asia/Colombo definition from the tzinfo gem | Jamis Buck | 2008-09-11 | 1 | -0/+30 |
| | | |||||
| * | Add missing assert_deprecated calls to prevent spam during test runs | Michael Koziarski | 2008-09-11 | 1 | -2/+6 |
| | | |||||
| * | add activerecord tests to make sure the deprecated %s and %d interpolation ↵ | Sven Fuchs | 2008-09-10 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | syntax still works [#1016 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | add activerecord tests for deprecation of %s and %d in error messages (and ↵ | Sven Fuchs | 2008-09-10 | 1 | -0/+12 |
| | | | | | | | | | | | | translations in general) Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | change activerecord validation tests to not use the deprecated interpolation ↵ | Sven Fuchs | 2008-09-10 | 1 | -29/+29 |
| | | | | | | | | | | | | syntax any more Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Switched computed public paths cache over to a simple hash w/ mutex | Joshua Peek | 2008-09-10 | 1 | -15/+17 |
| | | |||||
| * | Removed monitor from MemoryStore and created a seperate threadsafe store ↵ | Joshua Peek | 2008-09-10 | 2 | -39/+57 |
| | | | | | | | | called SynchronizedMemoryStore | ||||
| * | fixed association preloading to use = instead of IN when there's only one record | rsl | 2008-09-10 | 2 | -6/+9 |
| | | | | | | | | | | | | [#1013 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
| * | Fix Sri Jayawardenepura time zone to map to Asia/Colombo | Jamis Buck | 2008-09-10 | 2 | -1/+3 |
| | | |||||
* | | Final batch of corrections | Frederick Cheung | 2008-09-13 | 7 | -23/+35 |
| | | |||||
* | | Merge branch 'master' of git@github.com:lifo/docrails | Mike Gunderloy | 2008-09-13 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'master' of git@github.com:lifo/docrails | Clemens Kofler | 2008-09-13 | 2 | -10/+11 |
| |\ \ | |||||
| * | | | Fixed a typo in the routing guide. | Clemens Kofler | 2008-09-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Added some additional text about default routes. | Mike Gunderloy | 2008-09-13 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Changes for routing from the outside in guide | Mike Gunderloy | 2008-09-13 | 2 | -10/+11 |
|/ / | | | | | | | | | Fix some lingering typos. Add a description to the index page. | ||||
* | | Add example for TableDefinition#column in combination wtih database-specific ↵ | Hongli Lai (Phusion) | 2008-09-13 | 1 | -0/+4 |
| | | | | | | | | types. | ||||
* | | Write class overview for ColumnDefinition. | Hongli Lai (Phusion) | 2008-09-13 | 1 | -0/+4 |
| | | |||||
* | | Clarify decimal precision and scale options. | Hongli Lai (Phusion) | 2008-09-13 | 1 | -0/+6 |
| | | |||||
* | | Improve class overview for TableDefinition. | Hongli Lai (Phusion) | 2008-09-13 | 1 | -2/+22 |
| | | |||||
* | | Improve ActiveRecord I18n translations documentation | Yaroslav Markin | 2008-09-13 | 1 | -4/+25 |
| | | |||||
* | | fixing typo in #sortable_element doc | bryan | 2008-09-12 | 1 | -1/+1 |
| | | |||||
* | | mention that innoDB is the default | Frederick Cheung | 2008-09-12 | 1 | -1/+1 |
| | | |||||
* | | Revert "mention that InnoDB is actually the default" | Frederick Cheung | 2008-09-12 | 1 | -1/+1 |
| | | | | | | | | This reverts commit c2f89513290a5e123d2e32231314dce9464bb810. |