| baa73ac |
2012-09-05 |
Add giant belongs_to 'please don't pluralize me' note |
| 9122143 |
2012-05-26 |
[routing guide] Add mention of get '/:username' route |
| 2e2d381 |
2012-05-18 |
[engines] initializer method call needs an argument for ... |
| a3a25e7 |
2012-05-17 |
[getting started] remove two more beginningruby links |
| 39b3a10 |
2012-05-17 |
[getting started] add comma in 'First we will make a com... |
| 9540747 |
2012-05-17 |
[getting started] remove another beginning ruby link |
| a9f029e |
2012-05-17 |
[getting started] briefly explain form_for with array pa... |
| 2c2d70e |
2012-05-17 |
[getting started] Remove beginning ruby link in posts/show |
| a4db311 |
2012-05-17 |
[getting started] generating routes manually was done as... |
| cc9a6f2 |
2012-05-17 |
[getting started] split up section about rake routes aft... |
| 42c6f89 |
2012-05-17 |
[getting started] dialog box is not automatic, is provid... |
| 9fc5b45 |
2012-05-17 |
[getting started] Fix index template after destroy actio... |
| a99417b |
2012-05-17 |
[getting started] dabase -> database |
| 00dce85 |
2012-05-17 |
[getting started guide] more explanation around the dele... |
| 53aaf95 |
2012-05-17 |
[getting started] explain :as option |
| 950a7b4 |
2012-05-16 |
[getting started] explain that posts_path exists due to ... |
| 8cfde22 |
2012-05-16 |
[getting started] Split up refactoring of new and edit t... |
| dd3ee84 |
2012-05-16 |
[getting started] don't call it 'a _form partial', just ... |
| 0c90bf0 |
2012-05-16 |
[getting started] remove tab in form partial |
| 038af99 |
2012-05-16 |
[getting started] Prefix users templates with 'users' to... |
| f76e0a5 |
2012-05-16 |
[getting started] split up adding link for edit to index... |
| 9c76aa0 |
2012-05-16 |
[getting started] grammatical changes at beginning of up... |
| 9073cf8 |
2012-05-16 |
[getting started] some more handholding around where exa... |
| 10dfbaa |
2012-05-16 |
[getting started] fix weird linebreak when talking about... |
| e91a1a0 |
2012-05-16 |
[getting started] re-add new action back to PostsControl... |
| 926e160 |
2012-05-16 |
[getting started] Explain the create action check for va... |
| 9a8c91d |
2012-05-16 |
[getting started] add attr_accessible to Post model |
| aa7f2a3 |
2012-05-16 |
[getting started] split up addition of links to index/sh... |
| ca18e2f |
2012-05-16 |
[getting started] add segue at the end of posts/index se... |
| af2a6ac |
2012-05-16 |
[getting started] indent iteration in posts/index template |
| 533bcd7 |
2012-05-16 |
[getting started] Split up creation of route, action and... |
| d4801d0 |
2012-05-13 |
Correct code wrapping around content of welcome/index.ht... |
| 5f7caff |
2012-05-13 |
Wrap 'Missing template posts/new' error message in a blo... |
| dbd131f |
2012-05-13 |
Rails actually has one root route defined |
| 96fb77f |
2012-05-13 |
Separate CR out in CRUD explanation, explain each letter... |
| 9e4fd33 |
2012-05-13 |
Re-enforce/re-explain what happens when you go to root r... |
| e6e6f4e |
2012-05-13 |
Briefly explain static file routing in the getting start... |
| ef493c9 |
2012-04-07 |
Don't use arel_table in published_and_commented example ... |
| ef0821b |
2012-03-18 |
[getting started] Explain what the create action is acco... |
| b30cc24 |
2012-03-18 |
[getting started] [ci skip] Explain in better terms what... |
| 62d3693 |
2012-03-18 |
[getting started] [ci skip] Just want to get post params |
| edad287 |
2012-03-18 |
[getting started] Add images |
| b5e2518 |
2012-03-15 |
[getting started] [ci skip] Fix incongruant use of 'we' ... |
| 9c3d002 |
2012-03-15 |
[getting started] Round out 'Laying down the ground work... |
| 7ea1755 |
2012-03-15 |
[getting started] rename initial 'meat' section of guide... |
| 507dba6 |
2012-03-15 |
[getting started] correct typo in welcome/index.html.erb... |
| 75aa3dc |
2012-03-15 |
[getting started] Improve explanation around initial con... |
| 605f426 |
2012-03-15 |
[getting started] remove indentation for get 'posts/new' |
| 7dabf57 |
2012-03-14 |
[getting started] Reworking beginnings of the 'meat' of ... |
| 35e0cb5 |
2012-03-14 |
[getting started] Default root route in config/routes.rb... |
| 66e5e71 |
2012-03-14 |
[getting started] add warning that guide is being worked... |
| c71b961 |
2012-03-14 |
[getting started] Link to Bundler website when explainin... |
| 4c1861f |
2012-03-14 |
[getting started] Improve prose for initial routing section |
| f7a3771 |
2012-03-14 |
[getting started] mention generators early on, when rail... |
| 329db6f |
2012-03-14 |
[getting started] briefly explain what a controller and ... |
| 7b2bd23 |
2012-03-14 |
[getting started] more line lengthening |
| 58bf4c4 |
2012-03-14 |
[getting started] fix lines that are too short. |
| 5013f51 |
2012-03-14 |
[getting started] update Rails version to 3.2.2 |
| 5cbdd0f |
2012-03-14 |
[getting started] *THE* way to install Rails is by runni... |
| 2f06c94 |
2012-03-14 |
[getting started] Remove super-early mention of REST fro... |
| dcfb990 |
2012-03-14 |
Move database configuration section from Getting Started... |
| 30b2dd4 |
2012-03-12 |
[config guide] Add mass_assignment_sanitizer to Active R... |
| 36bd5c9 |
2012-03-11 |
Add engines guide to documents.yaml |
| 507df09 |
2012-03-11 |
[instrumentation] Add further action placeholders |
| a42eedb |
2012-03-11 |
[instrumentation guide] Cover deliver.action_mailer event |
| 4daef74 |
2012-03-11 |
[instrumentation guide] Cover receive.action_mailer event |
| 4bfc8b1 |
2012-03-05 |
[instrumentation guide] Add introduction + basic outline |
| 9ee71e2 |
2012-02-16 |
[engines guide] basic revision/review work |
| 3b3433f |
2012-02-16 |
[engines guide] Clean up explanation for routing methods |
| 7bdfc47 |
2012-02-16 |
[engines guide] Elaborate on isolate_namespace functiona... |
| 6a2cf4c |
2012-02-16 |
update engines guide to explicitly reference relative-to... |
| 4435959 |
2012-02-16 |
[engines guide] Revise draft of guide, add testing, asse... |
| 46b4a26 |
2012-02-16 |
Rails::Engine docs should use helper method, not helpers |
| d7c2fcd |
2011-12-03 |
Update layouts and rendering guide javascript_include_ta... |
| e28bd7b |
2011-11-01 |
[config guide] mention that config methods are to be cal... |
| 8261230 |
2011-11-05 |
[config guide] mention that config methods are to be cal... |
| dfdbbe0 |
2011-11-01 |
[engines guide] add 'General engine configuration' section |
| ee1223c |
2011-10-20 |
[engines guide] explanation of overriding views + refere... |
| 13e6f0c |
2011-10-20 |
[engines guide] some fixes for the author id migration i... |
| 3e2d35b |
2011-10-20 |
[engines guide] add missing end for to_s method |
| 1cc6105 |
2011-10-19 |
[engines guide] wrap up 'Configuring an Engine' section |
| 8ede74e |
2011-10-19 |
[engines guide] Rather than calling name, require a to_s... |
| 9694ca1 |
2011-10-19 |
[engines guide] mention that we cover similar ground to ... |
| cb95cca |
2011-10-17 |
[engines guide] missed a spot in the 'Using a class sect... |
| 518b30c |
2011-10-17 |
[engines guide] Point out that we need to run rake db:mi... |
| 7d8c650 |
2011-10-17 |
[engines guide] [reviewing] remove excessive 'Now' |
| 5bf0ea6 |
2011-10-16 |
[engines guide] Complete section about using an applicat... |
| 4341480 |
2011-10-16 |
[engines guide] beginning to cover using application's c... |
| 0f87cc1 |
2011-10-16 |
[engines guide] Add 'Engine setup' section in 'Hooking i... |
| bb8ee92 |
2011-10-16 |
[engines guide] improve intro to 'Hooking into an applic... |
| 6df79bf |
2011-10-14 |
[engines guide] WIP for explaining how to hook engine in... |
| aae77d2 |
2011-10-14 |
[engines guide] complete comments resource generation |
| 3d192c7 |
2011-10-14 |
[engines guide] Add heading for comments |
| 2c8b8ce |
2011-10-14 |
[engines guide] make clear that the comment generator co... |
| 2101bc9 |
2011-10-14 |
[engines guide] make it clear that the scaffold generato... |
| 690dd2f |
2011-10-14 |
[engines guide] correct render line is blorgh/comments/form |
| 411613a |
2011-10-14 |
[engines guide] improve wording for sentence describing ... |
| 66b2dc0 |
2011-10-13 |
[engines guide] don't show actual timestamp in migration... |
| e537a3f |
2011-10-13 |
[engines guide] change comments resource generation |
| 9c9583f |
2011-10-10 |
[engines guide] add TODO for RedCarpet example |
| 59c9825 |
2011-10-10 |
[engines guide] cover generating the comment resource |
| 44fc397 |
2011-10-10 |
Fix rails/generators/base.rb documentation for generator... |
| 1b6886a |
2011-10-10 |
Fix rails/generators/base.rb documentation for generator... |
| be01aa6 |
2011-10-10 |
[engines guide] amend two TODOs for further things in th... |
| 9e6d43f |
2011-10-10 |
[engines guide] finish covering what the scaffold genera... |
| da030cf |
2011-10-10 |
[engines guide] final line change |
| 765d3e9 |
2011-10-10 |
[engines guide] Add TODO for mentioning rails s and rails c |
| b02bd74 |
2011-10-10 |
[engines guide] begin explaining what the scaffold gener... |
| 685c24d |
2011-10-10 |
[engines guide] reword first two dot points in prologue |
| c580812 |
2011-10-10 |
[engines guide] Credit where credit is due + explaning d... |
| 454492d |
2011-10-10 |
[engines guide] Credit where credit is due |
| 4f5878a |
2011-10-06 |
Merge branch 'master' of github.com:lifo/docrails |
| 02eac2d |
2011-10-06 |
[config guide] Show example of defining initialization h... |
| 00751f0 |
2011-10-06 |
[config guide] mention that to_prepare hooks are called ... |
| 876d3f2 |
2011-10-05 |
[engines guide] More explanation for 'Generating an engine' |
| 1ba6b40 |
2011-10-05 |
[engines] Expanded 'What are engines?' and 'Generating a... |
| 2c4e08d |
2011-10-04 |
[engines guide] initial layout |
| 908f261 |
2011-09-17 |
Document ActiveRecord::QueryMethods#select |
| c7ed6f3 |
2011-09-21 |
Document ActiveRecord::QueryMethods#select |
| 681c4db |
2011-09-13 |
Add documentation for the extending method in ActiveReco... |
| 2f69469 |
2011-07-18 |
Complete another review of asset pipeline guide |
| 28ff4e5 |
2011-07-23 |
Complete another review of asset pipeline guide |
| 1835aba |
2011-07-09 |
Add section about debugging assets |
| 7a8b0ec |
2011-07-09 |
Add section about debugging assets |
| 678dd6f |
2011-07-09 |
Clarify that per-controller asset files are not 'magical... |
| d0f9a31 |
2011-07-09 |
Clarify that per-controller asset files are not 'magical... |
| 6a1803a |
2011-06-27 |
[asset pipeline] Add production assets section |
| 9959fa2 |
2011-06-27 |
[asset pipeline] Add examples of javascript_include_tag ... |
| 703b009 |
2011-06-27 |
[Asset pipeline] Move external assets section down to 'A... |
| 49bb053 |
2011-06-27 |
[asset pipeline] production assets covered later in the ... |
| 87a7098 |
2011-06-27 |
[asset pipeline] sections at the bottom of the asset pip... |
| fb7ea76 |
2011-06-27 |
[asset pipeline] Mention that hashed files are also pick... |
| 22b508d |
2011-06-27 |
[asset pipeline] Cascade -> Cascading |
| 5f5feb2 |
2011-06-26 |
Update changelog for querying guide |
| a6293ff |
2011-06-26 |
Querying guide: add mention of scoped, unscoped and defa... |
| 1b089a0 |
2011-06-26 |
Refer to sprockets + jammit as libraries, not gems |
| 4f301b2 |
2011-06-18 |
Fix indentation on manifest examples in assets guide |
| d746aea |
2011-06-18 |
File needs to be at public/assets, not public/images |
| c8f046b |
2011-06-18 |
Flesh out the asset pipeline guide with information lear... |
| 0fd52bb |
2011-06-18 |
Added 'Configuring Assets' section to configuring guide |
| e516f2b |
2011-06-18 |
Added 'Configuring Assets' section to configuring guide |
| 7761670 |
2011-06-07 |
Clean up engine generators_test code and add test for mo... |
| 32d35ba |
2011-06-07 |
Add beginnings of test for generators within the context... |
| 3575782 |
2011-04-05 |
Correct documentation on url_for. It doesn't call to_s, ... |
| cf07da0 |
2011-03-30 |
Symbol to proc is preferred over longer form of map |
| 04d5dec |
2011-03-30 |
Cleanup of named_scope documentation |
| 7a34ab7 |
2011-03-30 |
Fix typo in named_scope documentation |
| 198f388 |
2011-03-26 |
Proc objects for cache_path for caches_action no longer ... |
| 137ff04 |
2011-03-22 |
Caching guide: Capitalize 'Note' so that it's rendered a... |
| 5a44951 |
2011-03-22 |
Querying guide: mention that performing a where on an re... |
| c24e554 |
2011-03-22 |
Querying guide: mention that performing a where on an re... |
| f612069 |
2011-01-06 |
Fix documentation for validates_uniqueness_of to NOT hav... |
| a41d334 |
2011-01-06 |
config guide: add basic description for disable_dependen... |
| 2771765 |
2011-01-06 |
Re-add "Using initializer files" section to configuring ... |
| 224e2d4 |
2010-12-31 |
Routing guide: clarify what the :as option does for scopes |
| 9aef64f |
2010-12-31 |
Routing guide: move scope documentation down to where it... |
| eaf67ca |
2010-12-31 |
Routing guide: improve documentation for the scope metho... |
| 60447d8 |
2010-12-29 |
Routing guide: mention that routes are matched from the ... |
| bb99c94 |
2010-12-28 |
There's a couple -> There are a couple |
| 777a1f1 |
2010-12-28 |
Init guide: begin down the rabbit warren that is active_... |
| 591c011 |
2010-12-28 |
Init: finish coverage of railties/lib/rails.rb |
| 8447754 |
2010-12-28 |
init guide: Cover the action_dispatch/railtie require fr... |
| 02bb7e9 |
2010-12-28 |
Remove old initialization guide text. Too much has chang... |
| 5196333 |
2010-12-28 |
init guide: cover active_support/railtie.rb |
| 61e6a9f |
2010-12-28 |
Init guide: Segue between rails/version and active_suppo... |
| 0dd5433 |
2010-12-28 |
Cover the inherited method from Rails::Railtie being use... |
| 6777b7a |
2010-12-28 |
Init guide: finish covering the process of the i18n_rail... |
| 7b75373 |
2010-12-28 |
init guide: active_support/railtie does not require itse... |
| 2f57353 |
2010-12-28 |
Init guide: finish covering initializers for i18n_railti... |
| 01febda |
2010-12-28 |
init guide: active_support/inflector/methods is loaded b... |
| 62dd85c |
2010-12-27 |
Init guide: cover Railtie::Configuration and begin to co... |
| a78e5bc |
2010-12-27 |
Init guide: Cover the config variable set up which is re... |
| d1e95e1 |
2010-12-24 |
Revert "Query guide: arel_table, eq and eq_any" along wi... |
| e4314e7 |
2010-12-23 |
Query guide: visists => visits |
| 890105f |
2010-12-23 |
Query guide: add or conditions |
| 8713bb6 |
2010-12-23 |
Query guide: cover further ARel methods |
| 6271f3f |
2010-12-23 |
Query guide: Document "in" methods |
| 578f971 |
2010-12-23 |
Query guide: arel_table, eq and eq_any |
| cef17cd |
2010-12-23 |
Query guide: specify what type of objects scopes return |
| 0795c3a |
2010-12-23 |
Query guide: Ordering, selecting and so on shouldn't be ... |
| c374819 |
2010-12-23 |
Query Guide: update Changelog |
| 226a2a9 |
2010-12-23 |
Query guide: class methods are still available on associ... |
| 0644e38 |
2010-12-23 |
Query guide: scopes with arguments should be instead def... |
| b4b2574 |
2010-12-23 |
Query guide: fix indentation |
| 28b1642 |
2010-12-23 |
Query guide: lambdas must be used when working with scopes |
| 5b19579 |
2010-12-23 |
Init guide: further revision, covering rails/plugin.rb a... |
| f183668 |
2010-12-23 |
Querying guide: Add mention of the scope method |
| 68ebd33 |
2010-12-21 |
Config guide: Complete sentence about the Rack::SendFile... |
| 4da4087 |
2010-12-21 |
Further re-working of the initialization guide |
| 1cacb08 |
2010-12-21 |
Improve documentation on ActiveSupport::Deprecation. |
| 8373c73 |
2010-12-21 |
config guide: mention ActiveSupport::Deprecation configu... |
| d421b16 |
2010-12-17 |
Config guide: middlewares can also be removed from the s... |
| 225f952 |
2010-12-17 |
init guide: Cover beginnings of rails/application.rb |
| 5e0daa0 |
2010-12-17 |
init guide: Cover ruby version checker and kernel report... |
| a7791c3 |
2010-12-15 |
Active Support coreext guide: Logger core extension docu... |
| 3392b56 |
2010-12-15 |
Active Support coreext guide: Logger core extension docu... |
| 003fce4 |
2010-12-15 |
WIP: Reviewing the initialization guide for Rails 3.1 |
| a81f68e |
2010-12-13 |
Fix indentation on the namespace method's documentation |
| 6bf482e |
2010-12-15 |
Fix indentation on the namespace method's documentation |
| a6bc1f9 |
2010-12-12 |
Remove nodoc from FormBuilder because the methods inside... |
| 7e0cc43 |
2010-12-15 |
Remove nodoc from FormBuilder because the methods inside... |
| 751733a |
2010-12-11 |
Provide an example for ActionDispatch::Routing::Mapper#s... |
| f5c15a4 |
2010-12-15 |
Provide an example for ActionDispatch::Routing::Mapper#s... |
| dbf955c |
2010-12-10 |
Action Controller Overview: Remove dead link to the API ... |
| 6276334 |
2010-12-11 |
Action Controller Overview: Remove dead link to the API ... |
| f0d4b7f |
2010-12-09 |
root method options are the same as the match method |
| 55a232a |
2010-12-11 |
root method options are the same as the match method |
| fe0e388 |
2010-12-09 |
root route should go at the *top* of the routes file, be... |
| d575229 |
2010-12-11 |
root route should go at the *top* of the routes file, be... |
| d2f98e5 |
2010-12-09 |
indent code samples for mount doc |
| d3d23e2 |
2010-12-11 |
indent code samples for mount doc |
| a47f31c |
2010-12-09 |
mapper.rb: add "options" to make the default-to-namespac... |
| eb683d7 |
2010-12-11 |
mapper.rb: add "options" to make the default-to-namespac... |
| b4ec6f0 |
2010-12-09 |
Move ActiveModel::Lint::Tests documentation to be above ... |
| 44f3380 |
2010-12-11 |
Move ActiveModel::Lint::Tests documentation to be above ... |
| ae7825d |
2010-12-09 |
Config guide: Use bold titles for initializers instead o... |
| 8aec8b8 |
2010-12-11 |
Config guide: Use bold titles for initializers instead o... |
| e4456b6 |
2010-12-09 |
Add note which links to documentation regarding the type... |
| 72476b6 |
2010-12-11 |
Add note which links to documentation regarding the type... |
| 9560f50 |
2010-12-09 |
Config guide: Space out initialization events to improve... |
| 85a940f |
2010-12-11 |
Config guide: Space out initialization events to improve... |
| ceb164a |
2010-12-09 |
Config guide: add further initializers |
| f0029d0 |
2010-12-11 |
Config guide: add further initializers |
| 4902fc7 |
2010-12-09 |
Config guide: add session store config option |
| 92668f6 |
2010-12-11 |
Config guide: add session store config option |
| b6eec1d |
2010-12-09 |
Config guide: eager_load_paths by default contains every... |
| 9d93358 |
2010-12-11 |
Config guide: eager_load_paths by default contains every... |
| c4669d3 |
2010-12-04 |
Config guide: continuing work on documenting the initial... |
| 13a7302 |
2010-12-05 |
Config guide: continuing work on documenting the initial... |
| 30bcdff |
2010-12-03 |
Config guide: begin documenting the initializers |
| 2484b7e |
2010-12-05 |
Config guide: begin documenting the initializers |
| b800125 |
2010-12-03 |
Config guide: Add javascript_expansions and stylesheet_e... |
| 85ced0f |
2010-12-05 |
Config guide: Add javascript_expansions and stylesheet_e... |
| 04779fb |
2010-12-03 |
Config guide: should use config.action_dispatch.tld_leng... |
| f0d893d |
2010-12-05 |
Config guide: should use config.action_dispatch.tld_leng... |
| e600f84 |
2010-12-03 |
Config guide: Add cache_asset_ids |
| 1a7958d |
2010-12-05 |
Config guide: Add cache_asset_ids |
| 79b1440 |
2010-12-03 |
Config guide: add tld_length to ActionDispatch section |
| 488992f |
2010-12-05 |
Config guide: add tld_length to ActionDispatch section |
| 7f1c794 |
2010-12-03 |
Remove extra f |
| 2021596 |
2010-12-05 |
Remove extra f |
| 1304c92 |
2010-12-03 |
Config guide: Mention ActionDispatch::Callbacks methods:... |
| 7174f14 |
2010-12-05 |
Config guide: Mention ActionDispatch::Callbacks methods:... |
| 4d11af2 |
2010-12-03 |
Config guide: clarify what cache_store defaults to. |
| c3e8bf0 |
2010-12-05 |
Config guide: clarify what cache_store defaults to. |
| 2e021ef |
2010-12-03 |
Clarify that preload_frameworks defaults to nil |
| f02c89f |
2010-12-05 |
Clarify that preload_frameworks defaults to nil |
| e8ee2ba |
2010-12-02 |
Config guide: Add config.active_support.bare |
| 4e2f947 |
2010-12-05 |
Config guide: Add config.active_support.bare |
| 3dfcbe8 |
2010-12-02 |
Config guide: separate the initialization events and ini... |
| e523adb |
2010-12-05 |
Config guide: separate the initialization events and ini... |
| 6349f5c |
2010-12-02 |
Move Rails Environment settings to above the initializat... |
| b181968 |
2010-12-05 |
Move Rails Environment settings to above the initializat... |
| a3a50a0 |
2010-12-02 |
Configuring guide: Adding mention of the initializer met... |
| f7c85da |
2010-12-05 |
Configuring guide: Adding mention of the initializer met... |
| 9cbdbd5 |
2010-12-02 |
Config guide: Rails has *5* initialization events |
| ceb650a |
2010-12-05 |
Config guide: Rails has *5* initialization events |
| 32026b5 |
2010-12-02 |
Add mention of config.to_prepare in configuring guide |
| 350818f |
2010-12-05 |
Add mention of config.to_prepare in configuring guide |
| bde7d23 |
2010-12-02 |
Association guide: change wording to say that build is f... |
| 697f734 |
2010-12-02 |
Associations guide: Add note that you must use the build... |
| 949eb91 |
2010-12-01 |
Add missing colons on the end of before_initialize and a... |
| 741f7b5 |
2010-12-05 |
Add missing colons on the end of before_initialize and a... |
| 3a3c812 |
2010-12-01 |
Finish documenting generator / template methods for the ... |
| a86be8c |
2010-12-05 |
Finish documenting generator / template methods for the ... |
| 77a2287 |
2010-12-01 |
Add gem method documentation to the generators guide |
| 9177e93 |
2010-12-05 |
Add gem method documentation to the generators guide |
| 74e1788 |
2010-12-01 |
For templates' gem method, :env is deprecated, use :grou... |
| 4548c84 |
2010-12-05 |
For templates' gem method, :env is deprecated, use :grou... |
| f3bf63d |
2010-12-01 |
Covering generator methods provided by Rails in the gene... |
| feab0b8 |
2010-12-05 |
Covering generator methods provided by Rails in the gene... |
| 04ec2c6 |
2010-12-01 |
Begin covering application templates in the generators g... |
| 40f7246 |
2010-12-05 |
Begin covering application templates in the generators g... |
| b640e3f |
2010-12-01 |
Mention that the documentation of create_file can be fou... |
| 198c126 |
2010-12-05 |
Mention that the documentation of create_file can be fou... |
| 477d17b |
2010-11-29 |
Add perform_caching to config guide |
| 554e89f |
2010-12-05 |
Add perform_caching to config guide |
| 15cfaa0 |
2010-11-29 |
Add documentation for page_cache_directory and page_cach... |
| 36fd1a9 |
2010-12-05 |
Add documentation for page_cache_directory and page_cach... |
| c4cbf73 |
2010-11-29 |
re-add config.action_controller.asset_host and asset_pat... |
| 7d334c4 |
2010-12-05 |
re-add config.action_controller.asset_host and asset_pat... |
| 9e655e8 |
2010-11-29 |
Bring order description in line with actual text. |
| abc7e38 |
2010-12-05 |
Bring order description in line with actual text. |
| 964c202 |
2010-11-29 |
Use ARel for Range Conditions section, remove Date & Tim... |
| 00fb5dc |
2010-12-05 |
Use ARel for Range Conditions section, remove Date & Tim... |
| 390de62 |
2010-11-29 |
Fix documentation regarding the initialization events of... |
| 04507ac |
2010-12-05 |
Fix documentation regarding the initialization events of... |
| 685353a |
2010-11-29 |
asset_host and asset_path are now set at the global level |
| a416766 |
2010-12-05 |
asset_host and asset_path are now set at the global level |
| b9fde2f |
2010-11-29 |
Reorder logger and middleware global config options |
| b6bcfcb |
2010-12-05 |
Reorder logger and middleware global config options |
| 245ce77 |
2010-11-29 |
Add mention of helper_paths to config guide |
| 730480a |
2010-12-05 |
Add mention of helper_paths to config guide |
| b89ce3e |
2010-11-29 |
Mention encoding in config guide |
| 78b480c |
2010-12-05 |
Mention encoding in config guide |
| 549c134 |
2010-11-29 |
Add asset_host and asset_path to the configuring guide |
| 195d0b7 |
2010-12-05 |
Add asset_host and asset_path to the configuring guide |
| e15b8fa |
2010-11-29 |
No more app_generators method in 3.1 |
| ebc52a8 |
2010-12-05 |
No more app_generators method in 3.1 |
| 945d714 |
2010-11-29 |
Mention controller_paths in the config guide |
| 95ac8b0 |
2010-12-05 |
Mention controller_paths in the config guide |
| 0d32572 |
2010-11-29 |
Move threadsafe warning to threadsafe's new location in ... |
| 9dc463b |
2010-12-05 |
Move threadsafe warning to threadsafe's new location in ... |
| b62d5d6 |
2010-11-29 |
Move consider_all_requests_local to global config method... |
| 5969a84 |
2010-12-05 |
Move consider_all_requests_local to global config method... |
| f03aa05 |
2010-11-29 |
Change coloriz_logging description to follow the standar... |
| cbea902 |
2010-12-05 |
Change coloriz_logging description to follow the standar... |
| d7ac399 |
2010-11-29 |
Mention threadsafe! method in config guide |
| 08f6b4e |
2010-12-05 |
Mention threadsafe! method in config guide |
| 70abf78 |
2010-11-29 |
allow_concurrency is a "global" configuration option in ... |
| a99dc08 |
2010-12-05 |
allow_concurrency is a "global" configuration option in ... |
| dc4dcb1 |
2010-11-29 |
Add documentation for secret_token to config guide |
| cbe64d0 |
2010-12-05 |
Add documentation for secret_token to config guide |
| fbdd72e |
2010-11-29 |
Mention filter_parameters for config |
| 27ce3e2 |
2010-12-05 |
Mention filter_parameters for config |
| c8c95fc |
2010-11-26 |
Add methods for configuring middleware to config guide |
| 2d8c104 |
2010-11-27 |
Add methods for configuring middleware to config guide |
| 3ee0f03 |
2010-11-26 |
Add "Configuring Middleware" section to config guide, st... |
| 62164e0 |
2010-11-27 |
Add "Configuring Middleware" section to config guide, st... |
| 1679641 |
2010-11-26 |
Add explicit statement that verify_authenticity_token ca... |
| 2c4bab6 |
2010-11-27 |
Add explicit statement that verify_authenticity_token ca... |
| 6aa408e |
2010-11-26 |
Add mention of config.serve_static_assets to config guide |
| 9c6afa7 |
2010-11-27 |
Add mention of config.serve_static_assets to config guide |
| 8d6ac59 |
2010-11-26 |
Added documentation for config.generators to the config ... |
| 550ac57 |
2010-11-27 |
Added documentation for config.generators to the config ... |
| 72e973e |
2010-11-26 |
Add mention of after_initialize to the config guide |
| a571d4b |
2010-11-27 |
Add mention of after_initialize to the config guide |
| 6bb4628 |
2010-11-26 |
There is no more load_application_initializers in Rails 3 |
| fb661f3 |
2010-11-27 |
There is no more load_application_initializers in Rails 3 |
| ff04f6f |
2010-11-26 |
root_path is now simply root in Rails 3 |
| 78d782f |
2010-11-27 |
root_path is now simply root in Rails 3 |
| 788fdb2 |
2010-11-26 |
Update Changelog for configuring guide |
| 5b5d3e5 |
2010-11-27 |
Update Changelog for configuring guide |
| 1d5db09 |
2010-11-26 |
There is no RAILS_GEM_VERSION environment variable or co... |
| 7a334b3 |
2010-11-27 |
There is no RAILS_GEM_VERSION environment variable or co... |
| e96a64f |
2010-11-26 |
There is no config.action_mailer.default_implicit_parts_... |
| 29a2e61 |
2010-11-27 |
There is no config.action_mailer.default_implicit_parts_... |
| d000612 |
2010-11-26 |
Mention the default config.action_mailer.default options... |
| de34a4d |
2010-11-27 |
Mention the default config.action_mailer.default options... |
| 66aefed |
2010-11-26 |
There is no config.action_mailer.default_content_type me... |
| 5483b35 |
2010-11-27 |
There is no config.action_mailer.default_content_type me... |
| 926d64e |
2010-11-26 |
There is no config.action_mailer.default_charset method ... |
| 536bbf9 |
2010-11-27 |
There is no config.action_mailer.default_charset method ... |
| 8d1c561 |
2010-11-26 |
Merge branch 'master' of github.com:lifo/docrails |
| e968acc |
2010-11-26 |
Update ActionMailer documentation to not use deprecated ... |
| 1b80352 |
2010-11-27 |
Update ActionMailer documentation to not use deprecated ... |
| 8b49fae |
2010-11-26 |
There is no config.action_mailer.template_root method fo... |
| 723d3e2 |
2010-11-27 |
There is no config.action_mailer.template_root method fo... |
| 3d8d21b |
2010-11-26 |
There is no config.action_view.warn_cache_misses method ... |
| a6a50c2 |
2010-11-27 |
There is no config.action_view.warn_cache_misses method ... |
| b4ec8ad |
2010-11-26 |
Separate Action Dispatch and Action Pack sections in Con... |
| c657649 |
2010-11-27 |
Separate Action Dispatch and Action Pack sections in Con... |
| 3eec4d4 |
2010-11-26 |
There is no config.action_controller.optimize_named_rout... |
| f1406a9 |
2010-11-26 |
There is no config.action_controller.resource_path_names... |
| 33298d8 |
2010-11-26 |
There is no config.action_controller.params_parser metho... |
| caca1a5 |
2010-11-27 |
There is no config.action_controller.params_parser metho... |
| 9a4d672 |
2010-11-26 |
There is no view_path config option in Rails 3 |
| c6eae7a |
2010-11-27 |
There is no view_path config option in Rails 3 |
| 69ae742 |
2010-11-26 |
There is no root_path config option in Rails 3 |
| f0cc3a1 |
2010-11-27 |
There is no root_path config option in Rails 3 |
| ffca2d7 |
2010-11-26 |
There is no plugin_paths config option in Rails 3 |
| d626e13 |
2010-11-27 |
There is no plugin_paths config option in Rails 3 |
| f01f7fc |
2010-11-26 |
There is no plugin_locators config option in Rails 3 |
| f74d7e8 |
2010-11-27 |
There is no plugin_locators config option in Rails 3 |
| 9979251 |
2010-11-26 |
There is no plugin_loader config option in Rails 3 |
| 555b184 |
2010-11-27 |
There is no plugin_loader config option in Rails 3 |
| c8af6c2 |
2010-11-26 |
load_once_paths is now autoload_paths in Rails 3 |
| 9815690 |
2010-11-27 |
load_once_paths is now autoload_paths in Rails 3 |
| db7c8ab |
2010-11-26 |
There is no database_configuration_file method in Rails 3 |
| 6ee6bad |
2010-11-27 |
There is no database_configuration_file method in Rails 3 |
| eb21791 |
2010-11-26 |
There is no controller_paths method in Rails 3 |
| b1f3577 |
2010-11-27 |
There is no controller_paths method in Rails 3 |
| 8b114be |
2010-11-26 |
Mention what cache_classes defaults to in all three defa... |
| 592c7ae |
2010-11-27 |
Mention what cache_classes defaults to in all three defa... |
| 2683773 |
2010-11-26 |
Don't mention Rails 2.3, given that this is supposed to ... |
| bc3d77b |
2010-11-27 |
Don't mention Rails 2.3, given that this is supposed to ... |
| aab76ce |
2010-11-26 |
There is no more routes_configuration_file method. |
| d16067d |
2010-11-27 |
There is no more routes_configuration_file method. |
| e4a9af1 |
2010-11-23 |
Add mention of nested resource to resources documentation |
| 0fcd39a |
2010-11-27 |
Add mention of nested resource to resources documentation |
| fd47a4b |
2010-11-23 |
Document the :path option for resources :posts |
| 38246b3 |
2010-11-27 |
Document the :path option for resources :posts |
| 01af50d |
2010-11-23 |
Add :module option documentation for the resources method |
| 2b13f84 |
2010-11-27 |
Add :module option documentation for the resources method |
| 2974f57 |
2010-11-23 |
Remove non-sensical first couple of lines for scope meth... |
| 0f63a8a |
2010-11-27 |
Remove non-sensical first couple of lines for scope meth... |
| 04af510 |
2010-11-23 |
Paths in ActionDispatch::Scoping documentation should be... |
| 7695753 |
2010-11-23 |
Fix formatting issue with rake routes output for the nam... |
| 9f795e1 |
2010-11-27 |
Fix formatting issue with rake routes output for the nam... |
| 8b57001 |
2010-11-15 |
Merge branch 'master' of github.com:lifo/docrails |
| 74061f5 |
2010-11-13 |
Document the constraints method |
| 28f9d60 |
2010-11-15 |
Document the constraints method |
| fe8446f |
2010-11-13 |
Add documentation for :path_names option on resources |
| ccc8d9c |
2010-11-15 |
Add documentation for :path_names option on resources |
| 95f41fe |
2010-11-13 |
See the scope method for documentation for namespace's s... |
| 43b0fd7 |
2010-11-15 |
See the scope method for documentation for namespace's s... |
| b235519 |
2010-11-13 |
Add documentation for the mount method in ActionDispatch... |
| 86534a3 |
2010-11-15 |
Add documentation for the mount method in ActionDispatch... |
| b591989 |
2010-11-07 |
Fix indentation for :as option documentation on the name... |
| 205b240 |
2010-11-15 |
Fix indentation for :as option documentation on the name... |
| ff3a494 |
2010-11-07 |
Document the :shallow_path option for scope |
| 4ffd31e |
2010-11-15 |
Document the :shallow_path option for scope |
| e6aed6b |
2010-11-07 |
Indent final comment for :path option |
| 020f74b |
2010-11-15 |
Indent final comment for :path option |
| ee64678 |
2010-11-07 |
Indent code example for :as option |
| 7a1f22f |
2010-11-15 |
Indent code example for :as option |
| 7d83673 |
2010-11-07 |
Document the :as option for the scope method |
| 06402b0 |
2010-11-15 |
Document the :as option for the scope method |
| ffe97e3 |
2010-11-07 |
Space between module option documentation and path docum... |
| 0db8412 |
2010-11-15 |
Space between module option documentation and path docum... |
| 4a6150a |
2010-11-07 |
Fix indentation on comment for :path option |
| 3401529 |
2010-11-15 |
Fix indentation on comment for :path option |
| 6ca042b |
2010-11-07 |
Document the :as option for the namespace method |
| 4552571 |
2010-11-15 |
Document the :as option for the namespace method |
| 66d1276 |
2010-11-07 |
Document the :module option for namespace |
| 4228318 |
2010-11-15 |
Document the :module option for namespace |
| 0eef4e3 |
2010-11-07 |
Document the :path option for namespace |
| e777b91 |
2010-11-15 |
Document the :path option for namespace |
| 379939e |
2010-11-07 |
Begin to document the namespace method for AD's Mapper |
| 1287fdd |
2010-11-15 |
Begin to document the namespace method for AD's Mapper |
| e5eece4 |
2010-11-07 |
Document the controller method for AD's Mapper |
| 467d584 |
2010-11-15 |
Document the controller method for AD's Mapper |
| 5f7f3ad |
2010-11-07 |
Document the defaults method |
| afc16f6 |
2010-11-15 |
Document the defaults method |
| 5040ecb |
2010-11-07 |
Document the :module and :path options for the scope met... |
| 3551e25 |
2010-11-15 |
Document the :module and :path options for the scope met... |
| 35c7ca5 |
2010-11-07 |
Separate comments and examples with "Examples" header. |
| 9078041 |
2010-11-15 |
Separate comments and examples with "Examples" header. |
| 433e1ac |
2010-11-07 |
Fix where the documentation says "photos", but the examp... |
| 203e45c |
2010-11-07 |
Add further documentation + examples for the get, post, ... |
| 9ccaf47 |
2010-11-15 |
Add further documentation + examples for the get, post, ... |
| cfb1ba0 |
2010-10-13 |
Use <em> rather than underscores to fix display issue wi... |
| 234a4ca |
2010-10-11 |
Add missing CHANGELOG entry about reset_javascript_inclu... |
| ef74ad8 |
2010-10-11 |
Remove mention to register_javascript_include_default in... |
| 9074e8c |
2010-10-11 |
Updated RUNNING_UNIT_TESTS documentation with mention of... |
| 5826c17 |
2010-10-08 |
Remove the final initializers since initializers += will... |
| f453bb6 |
2010-06-12 |
There is no type="array" returned with errors. [#3691:re... |
| 2a833d7 |
2010-05-25 |
Cover more of the Rails initialization process, regardin... |
| 22a32f4 |
2010-06-03 |
Cover more of the Rails initialization process, regardin... |
| a77b86d |
2010-04-14 |
Begun documenting YourApp::Application and how it ties i... |
| 50aa106 |
2010-04-14 |
Rip out bundler notes, they're now living at http://gith... |
| 8b14275 |
2010-04-14 |
More expansion on Bundler internals. |
| d45cacc |
2010-04-14 |
Use <plain> instead of <text> |
| d748cc3 |
2010-04-10 |
Re-define empty? for errors to check if the values insid... |
| 11f838d |
2010-04-09 |
Expansion on require method from runtime.rb |
| da69c5d |
2010-04-09 |
Expansion on require method from runtime.rb |
| 395dbd5 |
2010-04-09 |
Continue expanding on Bundler. |
| 69d5259 |
2010-04-09 |
Continue expanding on Bundler. |
| ce30d0f |
2010-04-09 |
Further work on the bundler section. Almost there now. |
| c93580b |
2010-04-09 |
Further work on the bundler section. Almost there now. |
| f4f24cc |
2010-04-08 |
Mention a way to turn off bundler and begin talking abou... |
| e35f05c |
2010-04-09 |
Mention a way to turn off bundler and begin talking abou... |
| 7005e6d |
2010-04-08 |
Further expansion into how Bundler loads the gemfile. |
| b2a2d9f |
2010-04-09 |
Further expansion into how Bundler loads the gemfile. |
| efa7e96 |
2010-04-05 |
It seems the test directory backtrace line is output wit... |
| 9ed176d |
2010-04-05 |
Covered further what happens in config/application.rb. M... |
| d2d5707 |
2010-04-05 |
Further expansion on the Railties and moved Common Inclu... |
| f141bed |
2010-04-05 |
Further (re)work done. Mostly centering around ActionMai... |
| 1a05445 |
2010-03-31 |
Fix missing quote and remove core ext explanation. |
| 2d86124 |
2010-03-31 |
More header shuffling, scope all the "Require Rails" sec... |
| 1a9dc79 |
2010-03-31 |
Went through from the top down to line 650 fixing up dis... |
| 656a21e |
2010-03-30 |
Fix headers so that the TOC generates, rails/subscriber ... |
| 93d8067 |
2010-03-28 |
Adding the initialization guide to docrails. |
| 62937b8 |
2010-03-27 |
Use ActiveSupport::Autoload for view helpers. [#4237 sta... |
| 2f3eefc |
2010-02-26 |
Nitpick: the first value should be odd, second is even. |
| 6e83561 |
2010-02-08 |
Use mkdir_p so that the output directory is always created. |
| 1e63a05 |
2010-10-07 |
Add "a" to make it better English |
| 53def60 |
2010-10-07 |
Add "a" to make it better English |
| 0fc6418 |
2010-01-16 |
Mark title and headers as html_safe! for guides [#3702 s... |
| e17b23d |
2010-01-16 |
Make guides generation work for Ruby 1.9.x |
| 25550d9 |
2009-12-16 |
[].from(0) actually returns [], not nil |
| b67dc00 |
2009-12-16 |
Add options_from_collection_for_select to select_tag doc... |
| d84106c |
2009-10-27 |
There is no query method for belongs_to associations. |
| acd5395 |
2009-09-01 |
Document IrreversibleMigration. |
| c52be36 |
2009-08-21 |
Add missing end ERB tag. |
| 00d899e |
2009-07-15 |
More documentation about methods taking blocks. |
| bb8fb2d |
2009-07-15 |
Document that after_create can take a block. |
| f73ee37 |
2009-06-22 |
Added example of using shorthand in create_table. |
| 13b4a9e |
2009-05-04 |
Use the word 'action' over 'method'... is clearer and he... |
| 5ec91ef |
2009-04-27 |
Add documentation for respond_to's any method |
| 86a083d |
2009-04-04 |
Document complete_request_uri and action_methods. |
| e878c3e |
2009-04-04 |
Merge branch 'master' of git@github.com:lifo/docrails |
| ab55ddc |
2009-04-04 |
Documented performed? |
| b7d4d8d |
2009-02-07 |
Merge branch 'master' of git@github.com:lifo/docrails |
| a9b5655 |
2009-02-07 |
Fixed up bug reported by Darktatka in regards to :joins ... |
| 377e72c |
2008-12-29 |
James B. Byrne's suggestions |
| ee69bac |
2008-12-23 |
Xavier Noria suggestions added! Guides #16, parts 27-29. |
| d4a5c9c |
2008-12-21 |
Added section on having. |
| e691d48 |
2008-12-21 |
Added section about using expressions as values for the ... |
| a0d091a |
2008-12-21 |
Fixed http://rails.lighthouseapp.com/projects/16213/tick... |
| 4fc9f69 |
2008-12-21 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 199f4c5 |
2008-12-21 |
Added more to the hashn conditions section. |
| 46702e6 |
2008-12-19 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 0021f5e |
2008-12-19 |
Better documentation for options_from_collection_for_sel... |
| 9b2dd33 |
2008-12-17 |
Correct one instance of table syntax. |
| fd117c5 |
2008-12-16 |
Fixed up syntax errors. |
| 016ffff |
2008-12-16 |
Documented some undocumented activerecord methods. |
| a3161ff |
2008-12-16 |
Updated finders guide to include hash conditionals. |
| b3fd941 |
2008-11-30 |
Added using an SQL function example to Selecting Certain... |
| e95f541 |
2008-11-23 |
Was very naughty and did not add changelog message to gu... |
| e04abd5 |
2008-11-23 |
Updated finders guide to include newcomers find_last_by ... |
| 3e762e8 |
2008-11-21 |
Updated finders guide based on: http://rails.lighthousea... |
| 2b94b34 |
2008-11-19 |
Fixed all points in http://rails.lighthouseapp.com/proje... |
| 70a983a |
2008-11-19 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 9dbb52d |
2008-11-18 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 451969f |
2008-11-12 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 7f023b5 |
2008-11-12 |
Updated finders guide |
| 3b2b77b |
2008-10-31 |
Removed extra space from the array conditions section. |
| fbe1e32 |
2008-10-27 |
Added scoped section, added named params for conditions ... |
| 712e8ed |
2008-10-27 |
Added information about @performed_redirect for redirect... |
| 8129057 |
2008-10-27 |
Fixed up according to this comment: http://rails.lightho... |
| 4a53eb8 |
2008-10-22 |
Merge branch 'master' of git@github.com:lifo/docrails |
| a325010 |
2008-10-22 |
First "completed" version of the finders guide... and ab... |
| e6d5fc1 |
2008-10-20 |
Merge branch 'master' of git@github.com:lifo/docrails |
| a912148 |
2008-10-20 |
More work done on finders guide, extended named_scope se... |
| 2139a1b |
2008-10-18 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 09b7e35 |
2008-10-18 |
Fixed obvious duplication of select_minute docs for sele... |
| 3979d26 |
2008-10-08 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 224060a |
2008-10-08 |
Did some more work on the finders guide tonight, lock an... |
| a21d8f6 |
2008-10-06 |
Merge branch 'master' of git@github.com:lifo/docrails |
| b340337 |
2008-10-06 |
Added a small section on using conditions on tables from... |
| 1f4bed7 |
2008-10-05 |
Updated guide, adding to the conditions section mostly. |
| f2a713c |
2008-10-01 |
Finders guide has no table of contents. |
| dbbd757 |
2008-10-01 |
Merge branch 'master' of git@github.com:lifo/docrails |
| 6aca445 |
2008-10-01 |
Updated finders guide. |
| 3c29638 |
2008-09-28 |
Another revision of the finders guide. |
| 2079763 |
2008-09-26 |
Add the first draft of the ActiveRecord Finders guide. |
| 0788cdf |
2008-09-17 |
Merge branch 'master' of git@github.com:lifo/docrails |
| e025d43 |
2008-09-17 |
Added partial first draft of finders guide. |
| c38dc3c |
2008-08-03 |
Added a better explanation for config.active_record.obse... |
| ca94136 |
2008-03-26 |
Improve documentation. |
| 8f7232b |
2008-01-25 |
Time.days_in_month defaults to current year if no year i... |