| 7be7710 |
2012-01-11 |
Edits to spastorino's additions in 3.2 Release Notes |
| 18605ad |
2011-01-09 |
HTML5 button_tag helper |
| 9dfa06a |
2010-12-23 |
Edits to caching/fragments. |
| 0997d5a |
2010-12-23 |
More minor edits. |
| 5fb2f0c |
2010-12-23 |
Revised documentation for cache_helper. |
| a6913bf |
2010-07-01 |
Added documentation for usage of associative resources w... |
| c20cfe4 |
2010-06-20 |
Take out documentation from DeprecatedMapper to discoura... |
| 3ec7b1c |
2010-06-20 |
Use h1 for titles. |
| ab7830d |
2010-06-20 |
Final touches and fixes. |
| 96b927d |
2010-06-20 |
Action View is now titled. |
| 1a0dc26 |
2010-06-20 |
Action View is now titled. |
| 3ef1d63 |
2010-06-20 |
All scopes are now cross-referenced. |
| 35e3f72 |
2010-06-16 |
Adds backslash to scope for cross-references. |
| f09736b |
2010-06-16 |
Added title to some other files in actionpack/lib/action... |
| 324de19 |
2010-06-16 |
Added titles and description. |
| 687282d |
2010-06-16 |
Merge branch 'master' of github.com:lifo/docrails |
| 5a0bc2c |
2010-06-16 |
Adds title and description where needed. |
| fde9504 |
2010-06-16 |
Adds title to activerecord/lib/active_record/associations/* |
| 6445441 |
2010-06-16 |
Adds title to the rest of the files in activerecord/lib |
| 4e3eec3 |
2010-06-16 |
Adds title and proper formatting to docs. |
| 0ebdc26 |
2010-06-16 |
Adds title where needed. |
| 2b7f084 |
2010-06-16 |
Adds basic description and title. |
| d827780 |
2010-06-16 |
Adds title and minor changes. |
| c869154 |
2010-06-15 |
Adds title. |
| cef442f |
2010-06-15 |
Added typewriter tag to code. |
| c7f78b1 |
2010-06-15 |
Added description and title to Dynamic Scope Match |
| de65c82 |
2010-06-15 |
Changes call backs to callbacks. |
| 4ad6103 |
2010-06-15 |
Adds title and basic description where needed. |
| 596300a |
2010-06-15 |
Merge branch 'master' of github.com:lifo/docrails |
| 3ae67fb |
2010-06-15 |
Add titles to the rest of the files in active_model/vali... |
| d896d8f |
2010-06-15 |
Minor doc changes to active_model/validations/confirmati... |
| 6907bfe |
2010-06-15 |
Minor doc changes to active_model/validations/acceptance.rb |
| e67c28d |
2010-06-14 |
Added headings to serializers. |
| 7d7d54f |
2010-06-14 |
Revised the rest of the files from ActiveModel. |
| 2572af1 |
2010-06-14 |
Revised and added headings. |
| de12b5e |
2010-06-14 |
Revised naming.rb and lint.rb |
| c5db645 |
2010-06-14 |
Added headings and revised active_model.rb/lint.rb gramm... |
| 626586b |
2010-06-14 |
Minor changes to active_model/errors.rb |
| 716c243 |
2010-06-14 |
Minor changes to active_model/callbacks.rb and dirty.rb |
| 97d6778 |
2010-06-14 |
Minor changes to active_model/attribute_methods |
| 4523081 |
2010-06-14 |
Minor changes to callbacks and conversion API docs. |
| bf74290 |
2010-06-14 |
Merge branch 'master' of git://github.com/rails/rails |
| 51ad683 |
2010-06-11 |
Added tests for cookies with domain option. |
| 132730d |
2010-06-11 |
Moved test/controller/cookie_test.rb to test/dispatch/co... |
| b602ce6 |
2010-06-11 |
Refactored duplication into a separate method. Dropped c... |
| 6148b2d |
2010-06-11 |
Adding missing docs to delete cookies with :all which we... |
| f991326 |
2010-06-11 |
Took out the domain option logic to cookies.rb. |
| 5609149 |
2010-06-11 |
Moved Domain regexp to a constant and added comments. |
| edbb78d |
2010-06-11 |
The previous commit didn't work with complex domains, wh... |
| 44830ea |
2010-06-11 |
Add support for multi-subdomain session by setting cooki... |
| 3adb395 |
2010-06-07 |
Fixed Load Error failures in 1.9.2-head |
| ac9f8e1 |
2010-06-07 |
Router accepts member routes on resource. [#4624 state:r... |
| 55a5c70 |
2010-06-04 |
Readme file changes: |
| e6f2102 |
2010-06-04 |
Merge branch 'master' of git://github.com/rails/rails |
| d148a6f |
2010-05-16 |
Merge branch 'master' of git://github.com/rails/rails |
| e1c7730 |
2010-05-16 |
Merge branch 'master' of github.com:lifo/docrails |
| 4679b72 |
2010-05-16 |
Changed guide to use random_element. |
| 8c5e165 |
2010-05-17 |
Renames Array#rand -> Array#random_element |
| 32b0b5f |
2010-05-17 |
Deprecate Array#rand in favor of Array#random_element [#... |
| 74206ae |
2010-05-16 |
Rack dependency bumped to 1.1.0, tests passing. [#3558 s... |
| d61dbce |
2010-05-16 |
Take out stale tasks from Actionpack's Rakefile [#4619 s... |
| 6c69221 |
2010-05-16 |
Takes out stale methods relating to edge_rails_version |
| 05dd19e |
2010-04-05 |
Active Record Query Interface Guide: Added LIMIT so the ... |
| f5c54bc |
2010-04-05 |
Routes Guide: Added Section on customizing path names fo... |
| 181e4aa |
2010-04-05 |
We don't need explicit :url => { :action => "create" } i... |
| eb33f0f |
2010-04-02 |
Routing guide updated for new Routes DSL. It still misse... |
| 0dd3eac |
2010-04-02 |
Merge branch 'master' of git://github.com/rails/rails |
| d31e03f |
2010-03-29 |
Update USAGE docs for generators. |
| a0dc675 |
2010-03-29 |
Reorganized app/test directory. [#3057 state:resolved] |
| cf6734f |
2010-03-29 |
Add more tests and docs to uncountable routes. [#3930 st... |
| f1e5a9f |
2010-03-28 |
Add :dependent = to has_one and has_many [#3075 state:re... |
| 835f5d0 |
2010-03-28 |
Rails 3 application can run performance tests now. [#417... |
| 155f0be |
2010-03-28 |
Changes migration number to version due to ambiguity. [#... |
| b4c91de |
2010-03-28 |
Merge remote branch 'rails/master' |
| 66d57d7 |
2010-03-28 |
Oops, a docfix. |
| 6c2a067 |
2010-03-28 |
When creating database with rake, create schemas in sche... |
| faeca69 |
2010-03-27 |
primary_key now supports :limit for MySQL |
| 41e5c7e |
2010-03-27 |
primary_key now supports :limit. [#876 state:resolved] |
| 167017f |
2010-03-27 |
Tests method_missing to raise NameError. [#2522 state:re... |
| 5176b28 |
2010-03-26 |
Better MySQL Error message. [#3775 state:resolved] |
| 94381b2 |
2010-03-24 |
Routes guide being rewritten, done till :singular. |
| 58796dc |
2010-03-11 |
Rake task for generating Rails documentation updated to ... |
| de2b014 |
2010-03-29 |
Reapply Rizwan's patch, but memoize Bundler.load.specs i... |
| 396003f |
2010-01-24 |
Revamp of Rails documentation task |
| e3898bd |
2010-01-17 |
Take --skip-activerecord into account boot.rb requires. ... |
| cf10934 |
2010-01-17 |
Fixes rake:template task [#3714 status:resolved] |
| a0dc6cc |
2010-01-17 |
Fix RAILS_ROOT deprecation on guides generation. [#3710 ... |
| d1202cf |
2009-08-09 |
Support passing Redcloth options via textilize helper [#... |
| 7dbb2b6 |
2009-08-09 |
Support passing Redcloth options via textilize helper [#... |
| 5786395 |
2009-08-08 |
Allow content_tag options to take an array [#1741 state:... |
| 1191e3f |
2009-08-08 |
Add :include_blank option for select_tag [#1987 status:r... |