Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | ActiveModel::Conversion documentation | Mikel Lindsaar | 2010-01-15 | 2 | -2/+21 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | ActiveModel::Callbacks documentation | Mikel Lindsaar | 2010-01-15 | 2 | -47/+101 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | adds missing fixed-width font | Xavier Noria | 2010-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed french sentence so it actually makes sense. | Eloy Duran | 2010-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-04 | 555 | -19109/+13587 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | removes warning in multiple_of? that is no longer needed after 7a2554d | Xavier Noria | 2010-01-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | AS guide: documents the file where each method is defined to allow ↵ | Xavier Noria | 2010-01-03 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry-picking (rest) | |||||
| * | | | | | | | | | | | | | Regexp#(un)optionalize are also gone | Xavier Noria | 2010-01-02 | 1 | -25/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Regexp#number_of_captures is gone | Xavier Noria | 2010-01-02 | 1 | -24/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | AS guide: documents the file where each method is defined to allow ↵ | Xavier Noria | 2010-01-02 | 1 | -1/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry-picking (covers up to Hash) | |||||
| * | | | | | | | | | | | | | AS guide: documents the file where each method is defined to allow ↵ | Xavier Noria | 2010-01-02 | 1 | -0/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cherry-picking (covers up to String) | |||||
| * | | | | | | | | | | | | | AS guide: documents Object#presence | Xavier Noria | 2009-12-30 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes a link in the plugins guide | Xavier Noria | 2009-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes link to Pickaxe in getting started guide | Xavier Noria | 2009-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes broken links in migrations guide | Xavier Noria | 2009-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes broken links in form helpers guide | Xavier Noria | 2009-12-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | LH redirects to https in contributing guide | Xavier Noria | 2009-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes broken links in 2.3 release notes | Xavier Noria | 2009-12-29 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fixes broken links in 2.2 release notes | Xavier Noria | 2009-12-29 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Further improvement to the documentation of has_many method collection.create: | Dave Rothlisberger | 2009-12-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Of course the "associated object" (base model) cannot be nil, or you wouldn't be calling this method on it. What concerns the user is that the base model must be present in the DB. | |||||
| * | | | | | | | | | | | | | Corrected documentation of has_many methods collection.build and ↵ | Dave Rothlisberger | 2009-12-28 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collection.create. * collection.create: Clarified the wording (this had always confused me). I used the phrase "base model" to mean the model that specifies the has_many association (this wording is also used previously, e.g. in the "Cardinality and associations" section). * collection.build: You *can* actually call this to add new association records when the base model is a new record. In ActiveRecord::Associations::AssociationCollection, #create_record calls #ensure_owner_is_not_new, but #build_record does not. | |||||
| * | | | | | | | | | | | | | fixes broken link, thanks to veger | Xavier Noria | 2009-12-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix some more typos in ActionController::Responder | Daniel Schierbeck | 2009-12-21 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix some typos in the docs for ActionController::Responder | Daniel Schierbeck | 2009-12-21 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixed spelling mistake. | Erica Kwan | 2009-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | AS guide: fixes an example | Xavier Noria | 2009-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | AS guide: documents Enumerable#exclude? | Xavier Noria | 2009-12-16 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | [].from(0) actually returns [], not nil | Ryan Bigg | 2009-12-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add options_from_collection_for_select to select_tag doco [hat-tip to ↵ | Ryan Bigg | 2009-12-16 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anathematic] | |||||
| * | | | | | | | | | | | | | revises an example in docs about habtm & fixtures | Xavier Noria | 2009-12-03 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Adding the directory tree of a generated Rails app. | Robby Russell | 2009-12-03 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Added links to web server options to their respective websites to save ↵ | Robby Russell | 2009-12-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people the trouble of having to google them. | |||||
| * | | | | | | | | | | | | | Updating documentation for Console. Now mentioniing sandbox and including a ↵ | Robby Russell | 2009-12-03 | 1 | -7/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link to the irb section in the online Pickaxe. | |||||
| * | | | | | | | | | | | | | assert_recognizes with a hash as first argument, needs to enclose arguments ↵ | Jonathan Lim | 2009-11-30 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in brackets | |||||
| * | | | | | | | | | | | | | assert_routing with a hash as first argument, needs to enclose arguments in ↵ | Jonathan Lim | 2009-11-30 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | brackets | |||||
| * | | | | | | | | | | | | | More improvements to generators guide. | José Valim | 2009-11-22 | 1 | -17/+42 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | More improvements to Rails Generators Guide. | José Valim | 2009-11-22 | 1 | -21/+24 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | First version of Generators guides | José Valim | 2009-11-22 | 1 | -0/+350 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fixed grammar. | Mike Naberezny | 2009-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Updated link to RedCloth. | Mike Naberezny | 2009-11-21 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Indicate that the :method routing condition can also accept an array of HTTP ↵ | Cheah Chu Yeow | 2009-11-20 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods. | |||||
| * | | | | | | | | | | | | | documents that the REXML security fix is still needed to support all 1.8.7 ↵ | Xavier Noria | 2009-11-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patchlevels | |||||
| * | | | | | | | | | | | | | explains the motivation for duplicable? | Xavier Noria | 2009-11-19 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge remote branch 'mainstream/master' | Pratik Naik | 2009-11-17 | 659 | -12426/+11342 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: activesupport/lib/active_support/core_ext/hash/conversions.rb | |||||
| * | | | | | | | | | | | | | | AS guide: removes docs for String#start_with? and String#end_with?, no ↵ | Xavier Noria | 2009-11-09 | 1 | -18/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer in AS | |||||
| * | | | | | | | | | | | | | | AS guide: removes docs for Object#instance_variable_defined?, no longer in AS | Xavier Noria | 2009-11-09 | 1 | -26/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | AS guide: removes docs for Symbol#to_proc, no longer in AS | Xavier Noria | 2009-11-09 | 1 | -20/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | AS guide: removes docs for Object#tap, no longer in AS | Xavier Noria | 2009-11-09 | 1 | -20/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | AS guide: removes docs for bytesize, no longer in AS | Xavier Noria | 2009-11-09 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | AS guide: removes docs for each_char, no longer in AS | Xavier Noria | 2009-11-09 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | |