Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix links in AC guide | Tore Darell | 2008-10-07 | 8 | -17/+15 |
| | |||||
* | Add verification, rescue + fixes to AC basics | Tore Darell | 2008-10-07 | 11 | -50/+249 |
| | |||||
* | Additional detail on routes for namespaced controllers. | Mike Gunderloy | 2008-10-07 | 1 | -1/+19 |
| | |||||
* | Added some additional detail on asset caching syntax. | Mike Gunderloy | 2008-10-07 | 1 | -0/+18 |
| | |||||
* | Merge branch 'master' of git@github.com:lifo/docrails | Ryan Bigg | 2008-10-06 | 23 | -56/+516 |
|\ | |||||
| * | Merge commit 'mainstream/master' | Pratik Naik | 2008-10-05 | 20 | -51/+474 |
| |\ | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/association_preload.rb | ||||
| | * | Fix a number of errors in the config.gem mechanism. | Matt Jones | 2008-10-05 | 17 | -49/+410 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rails::GemDependency was missing definitions for hash and eql?, causing Array#uniq to not work. * If several versions of a gem are unpacked in vendor, now chooses the highest if no version is specified. * streamlined add_load_path. Now sets up Rubygems correctly to allow 'gem' to find frozen gems, with gems frozen to vendor/gems and specifications in vendor/gems/<gem-name>/.specification * Rails::GemDependency#specification would return a spec for the highest installed version, even for frozen gems and/or previously loaded lower versions. See in part ticket #1123. * removed vendor from default_load_paths - it was causing autoloading to append Gems::Gems::<gem-dir> to constant names * added additional tests for loading frozen gems. * incorporates the fix from #1107 for vendor rails * defers to freeze:gems for handling the Rails framework. gems:unpack WILL NOT place a copy of Rails in vendor/gems. Should close #1123 completely. * incorporates, via using the gem loader for frozen gems, fixes corresponding to #227, #324, #362, #527, and #742. * gem plugins now work the same whether frozen or not. Correctness of the behavior is a matter for another ticket... Signed-off-by: rick <technoweenie@gmail.com> | ||||
| | * | Add IMB DB support to Rails application generator. [#1136 state:resolved] | Antonio Cangiano | 2008-10-04 | 2 | -1/+63 |
| | | | | | | | | | | | | | | | | | | Usage : rails app_name -d ibm_db Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| | * | Make sure recreate MySQL test database with the proper encoding and ↵ | Luca Guidi | 2008-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | collation [#1165 state:resolved] Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1165 state:committed] | ||||
| * | | Additional detail on specifying verbs for resource member and collection routes. | Mike Gunderloy | 2008-10-04 | 1 | -2/+15 |
| | | | |||||
| * | | Additional detail on options for rendering partials. | Mike Gunderloy | 2008-10-04 | 1 | -1/+27 |
| | | | |||||
| * | | Revise associations guide: no need to set default on counter_cache columns. | Mike Gunderloy | 2008-10-04 | 1 | -2/+0 |
| | | | |||||
* | | | Added a small section on using conditions on tables from eager loads. | Ryan Bigg | 2008-10-06 | 1 | -0/+12 |
| | | | |||||
* | | | Updated guide, adding to the conditions section mostly. | Ryan Bigg | 2008-10-05 | 1 | -4/+87 |
|/ / | |||||
* | | Finders guide has no table of contents. | Ryan Bigg | 2008-10-01 | 1 | -60/+1 |
| | | |||||
* | | Merge branch 'master' of git@github.com:lifo/docrails | Ryan Bigg | 2008-10-01 | 30 | -245/+1607 |
|\ \ | |||||
| * | | Fix several typos in route names. | Mike Gunderloy | 2008-09-30 | 1 | -3/+3 |
| | | | |||||
| * | | Correct number of routes created by map.resource. | Mike Gunderloy | 2008-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | Rework of Guides index page | Mike Gunderloy | 2008-09-29 | 1 | -38/+55 |
| | | | |||||
| * | | Move render/layout guide to the top | Pratik Naik | 2008-09-29 | 1 | -10/+9 |
| | | | |||||
| * | | Typooo | Pratik Naik | 2008-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | Layout & Rendering Guide | Mike Gunderloy | 2008-09-28 | 3 | -5/+342 |
| | | | |||||
| * | | Back mentions of accessible out of Associations guide | Mike Gunderloy | 2008-09-28 | 1 | -20/+20 |
| | | | |||||
| * | | Syntax fixes plus some modification and additions in multiple sections of ↵ | athonlab | 2008-09-28 | 1 | -39/+98 |
| | | | | | | | | | | | | testing guide. | ||||
| * | | Image updates & reorganization. First release version. | Mike Gunderloy | 2008-09-28 | 3 | -149/+238 |
| | | | |||||
| * | | Finished rendering and redirecting section. | Mike Gunderloy | 2008-09-27 | 1 | -0/+149 |
| | | | |||||
| * | | Mark AR Associations guide as complete | Pratik Naik | 2008-09-27 | 1 | -6/+6 |
| | | | |||||
| * | | Merge commit 'mainstream/master' | Pratik Naik | 2008-09-27 | 7 | -8/+18 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/base.rb railties/Rakefile railties/doc/guides/activerecord/association_basics.txt railties/doc/guides/debugging/debugging_rails_applications.txt railties/doc/guides/getting_started_with_rails/getting_started_with_rails.txt railties/doc/guides/index.txt railties/doc/guides/migrations/foreign_keys.txt railties/doc/guides/migrations/migrations.txt railties/doc/guides/migrations/writing_a_migration.txt railties/doc/guides/routing/routing_outside_in.txt | ||||
| | * | Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1 | Michael Koziarski | 2008-09-24 | 2 | -2/+4 |
| | | | | | | | | | | | | We shouldn't quote the unpack command's requirement as it's passed through GemRunner which takes care of it for us. | ||||
| | * | Bump the Version constants to align with the *next* release rather than the ↵ | Michael Koziarski | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | previous release. This allows people tracking non-release gems or git submodules to use the constants. | ||||
| | * | make db:migrate:redo rake task accept an optional VERSION to target that ↵ | Philip Hallstrom | 2008-09-17 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | specific migration to redo Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
| | * | Merge docrails | Pratik Naik | 2008-09-13 | 15 | -8/+4392 |
| | | | |||||
| * | | Fix substitution of path_prefix for name_prefix, some rewording. | Mike Gunderloy | 2008-09-26 | 1 | -3/+3 |
| | | | |||||
| * | | Finished section on :render | Mike Gunderloy | 2008-09-26 | 1 | -1/+113 |
| | | | |||||
| * | | I wish people would add .DS_Store to their global gitignores | Mislav Marohnić | 2008-09-27 | 2 | -0/+0 |
| | | | |||||
| * | | Add stuff to index | Pratik Naik | 2008-09-27 | 3 | -1/+12 |
| | | | |||||
| * | | Change some more code -> source in code blocks | Pratik Naik | 2008-09-26 | 1 | -7/+7 |
| | | | |||||
| * | | Add Action Controller Basics guide to rake task. Remove testing for the time ↵ | Pratik Naik | 2008-09-26 | 1 | -1/+2 |
| | | | | | | | | | | | | being ( it's borked ) | ||||
| * | | Change code -> source in code blocks | Tore Darell | 2008-09-27 | 6 | -14/+14 |
| | | | |||||
| * | | Add ActionController guide (draft, unfinished) | Tore Darell | 2008-09-26 | 13 | -0/+578 |
| | | | |||||
* | | | Updated finders guide. | Ryan Bigg | 2008-10-01 | 1 | -31/+122 |
| | | | |||||
* | | | Another revision of the finders guide. | Ryan Bigg | 2008-09-28 | 1 | -8/+87 |
|/ / | |||||
* | | Add the first draft of the ActiveRecord Finders guide. | Ryan Bigg | 2008-09-26 | 1 | -23/+118 |
| | | |||||
* | | Add info about caching an action with or without the layout | Aditya | 2008-09-26 | 1 | -0/+7 |
| | | |||||
* | | Various fixes, section on self-joins, note on using hmt for hierarchies. | Mike Gunderloy | 2008-09-25 | 2 | -46/+82 |
| | | |||||
* | | Merge branch 'master' of git@github.com:lifo/docrails | athonlab | 2008-09-25 | 35 | -46602/+47203 |
|\ \ | |||||
| * | | Work in progress. | Mike Gunderloy | 2008-09-23 | 1 | -0/+129 |
| | | | |||||
| * | | Slight change to examples. | Mike Gunderloy | 2008-09-23 | 1 | -2/+2 |
| | | | |||||
| * | | Added section on controller namespaces. | Mike Gunderloy | 2008-09-23 | 1 | -0/+14 |
| | | | |||||
| * | | Updated with cleanups; new sections still to come | Aditya | 2008-09-23 | 1 | -45/+49 |
| | | |