Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update index page | Pratik Naik | 2008-09-18 | 1 | -20/+43 | |
| | | ||||||
* | | Improve documentation for AbstractAdapter#add_limit_offset! | Hongli Lai (Phusion) | 2008-09-18 | 1 | -1/+7 | |
| | | ||||||
* | | Rename 'bechmarking and profiling' folder to 'benchmarking_and_profiling' | Hongli Lai (Phusion) | 2008-09-18 | 14 | -0/+0 | |
| | | ||||||
* | | Remove .DS_Store files that were accidentally committed by someone else. | Hongli Lai (Phusion) | 2008-09-18 | 2 | -0/+0 | |
| | | ||||||
* | | Improve documentation for create_table. | Hongli Lai (Phusion) | 2008-09-18 | 1 | -2/+8 | |
| | | ||||||
* | | Eradicate some stray colons. | Mike Gunderloy | 2008-09-18 | 1 | -2/+2 | |
| | | ||||||
* | | Added namespaced routes, added more on defaults, cleaned up miscellaneous ↵ | Mike Gunderloy | 2008-09-17 | 1 | -8/+40 | |
|/ | | | | typos and reworded a bit. | |||||
* | updated examples folder with real graph file | Matthew Bergman | 2008-09-17 | 1 | -1/+45389 | |
| | ||||||
* | added benchmarking and profile documnetation v0.5 | Matthew Bergman | 2008-09-17 | 17 | -0/+1759 | |
| | ||||||
* | Document ActiveRecord::ConnectionAdapters::ConnectionHandler. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -0/+23 | |
| | ||||||
* | Added introduction, highlighting and additional resources to security guide | Heiko Webers | 2008-09-17 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git@github.com:lifo/docrails | Heiko Webers | 2008-09-17 | 13 | -63/+656 | |
|\ | ||||||
| * | Improve documentation for ConnectionPool, again. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -3/+22 | |
| | | ||||||
| * | Improve documentation for ConnectionPool. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -3/+29 | |
| | | ||||||
| * | Update documentation for AbstractAdapter#reset! | Hongli Lai (Phusion) | 2008-09-17 | 1 | -3/+4 | |
| | | ||||||
| * | Improve the overview documentation for AbstractAdapter: explain what it is for. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -7/+11 | |
| | | ||||||
| * | Merge branch 'master' of git@github.com:lifo/docrails | Ryan Bigg | 2008-09-17 | 1 | -8/+16 | |
| |\ | ||||||
| | * | Improve documentation for the connection methods in AbstractAdapter. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -8/+16 | |
| | | | ||||||
| * | | Added partial first draft of finders guide. | Ryan Bigg | 2008-09-17 | 1 | -0/+54 | |
| |/ | ||||||
| * | Document ActiveRecord::Base.configurations. | Hongli Lai (Phusion) | 2008-09-17 | 1 | -0/+25 | |
| | | ||||||
| * | Improve documentation for ActiveRecord::Base#reset_column_information | Hongli Lai (Phusion) | 2008-09-17 | 1 | -1/+26 | |
| | | ||||||
| * | Updated Debugging Rails Applications: use title case in all headings, added ↵ | miloops | 2008-09-16 | 2 | -15/+36 | |
| | | | | | | | | | | | | changelog, some other small changes to the guide. Added myself to authors. | |||||
| * | s/class/Model/ | Hongli Lai (Phusion) | 2008-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Warn about statement errors causing a transaction to become unusable on ↵ | Hongli Lai (Phusion) | 2008-09-16 | 1 | -0/+28 | |
| | | | | | | | | PostgreSQL. | |||||
| * | Add more information about transactions. | Hongli Lai (Phusion) | 2008-09-16 | 1 | -2/+16 | |
| | | ||||||
| * | Wrap overview documentation for ActiveRecord::Transactions::ClassMethods so ↵ | Hongli Lai (Phusion) | 2008-09-16 | 1 | -15/+23 | |
| | | | | | | | | that it's easier to read in a text editor with word wrapping enabled. | |||||
| * | Add overview description for ActiveRecord::Transactions, telling the reader ↵ | Hongli Lai (Phusion) | 2008-09-16 | 1 | -1/+2 | |
| | | | | | | | | to look at ClassMethods instead. | |||||
| * | 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 | |
| | | ||||||
* | | Added introduction, highlighting and additional resources to security guide | Heiko Webers | 2008-09-17 | 1 | -61/+88 | |
|/ | ||||||
* | 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> |