| 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 |