| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Migrations: Fix opening bullets. | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| * | ActionView -> Action View | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| * | ActionController -> Action Controller | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| * | ActiveSupport -> Active Support | Steve Klabnik | 2012-11-29 | 1 | -4/+4 |
| * | ActionMailer -> Action Mailer. | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| * | ActionPack -> Action Pack. | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| * | ActiveRecord -> Active Record | Steve Klabnik | 2012-11-29 | 5 | -6/+6 |
| * | Migrations: move massive paragraph out of intro. | Steve Klabnik | 2012-11-29 | 1 | -10/+19 |
| * | Getting Started: Improve instructions on opening a terminal | Steve Klabnik | 2012-11-29 | 1 | -1/+4 |
| * | Getting Started: remove reference to attr_accessible | Steve Klabnik | 2012-11-29 | 1 | -11/+0 |
| * | Getting Started: mac -> Mac OS X | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| * | Getting Started: Rails 3.2 -> Rails 4. | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| * | Revert "correct css selector for the display of validation error messages: ch... | Xavier Noria | 2012-11-28 | 1 | -4/+4 |
| * | Clarifies the cookie store docs a bit and uses correct Markdown syntax for pr... | Andy Lindeman | 2012-11-27 | 1 | -1/+1 |
| * | Adding a note about :inverse_of for validations. | Steve Klabnik | 2012-11-27 | 1 | -0/+8 |
| * | Fix validation based on object not _id. | Steve Klabnik | 2012-11-27 | 1 | -2/+2 |
| * | correct css selector for the display of validation error messages: changed #e... | Harper Henn | 2012-11-27 | 1 | -4/+4 |
| * | Set fixed-width style where appropriate on Getting Started guide. | Hendy Tanata | 2012-11-27 | 1 | -2/+2 |
| * | Merge pull request #119 from c0/master | Caleb Wright | 2012-11-25 | 1 | -1/+1 |
| |\ |
|
| | * | Update guides/source/active_record_validations_callbacks.md | Caleb Wright | 2012-11-25 | 1 | -1/+1 |
| |/ |
|
| * | Revert "Updated with where functional/helper tests go" | Jason Noble | 2012-11-25 | 1 | -2/+2 |
| * | Reword Post model to note there are lines not shown | Jason Noble | 2012-11-24 | 1 | -1/+2 |
| * | We should use post_path, not post_url | Jason Noble | 2012-11-24 | 1 | -1/+1 |
| * | Updated with where functional/helper tests go | Jason Noble | 2012-11-24 | 1 | -2/+2 |
| * | Moved position of has_many | Jason Noble | 2012-11-24 | 1 | -2/+3 |
| * | Added new line to make it more readable | Jason Noble | 2012-11-24 | 1 | -1/+2 |
| * | Changed the Using Partials section to read a little better | Jason Noble | 2012-11-24 | 1 | -25/+4 |
| * | Modified "Allowing the update of fields" section | Jason Noble | 2012-11-24 | 1 | -12/+6 |
| * | Update version numbers of Ruby and Rails | Jason Noble | 2012-11-24 | 1 | -2/+2 |
| * | Updated link to RubyGems site | Jason Noble | 2012-11-24 | 1 | -1/+1 |
* | | Fix typo in AS guide [ci skip] | Carlos Antonio da Silva | 2012-12-01 | 1 | -2/+2 |
* | | copy-edits the docs of 9ee0ffb | Xavier Noria | 2012-12-01 | 1 | -7/+5 |
* | | Merge pull request #8246 from urielka/uriel-fixed-8167 | Xavier Noria | 2012-12-01 | 9 | -19/+244 |
|\ \ |
|
| * | | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 9 | -19/+244 |
|/ / |
|
* | | Make `Time.zone.parse` to work with JavaScript date strings | Andrew White | 2012-12-01 | 3 | -25/+36 |
* | | Merge pull request #8387 from claudiob/remove_ar_observer_from_docs | Santiago Pastorino | 2012-11-30 | 2 | -19/+0 |
|\ \ |
|
| * | | Remove references to AR::Observer from docs | claudiob | 2012-11-30 | 2 | -19/+0 |
|/ / |
|
* | | Merge pull request #8385 from frodsan/strings_love | Rafael Mendonça França | 2012-11-30 | 2 | -3/+30 |
|\ \ |
|
| * | | hash filters should be accessed with symbols or strings | Francesco Rodriguez | 2012-11-30 | 2 | -3/+30 |
|/ / |
|
* | | Use separate Relation subclasses for each AR class | Jon Leighton | 2012-11-30 | 5 | -56/+156 |
* | | Simplify keys order test for as_json in Active Model | Carlos Antonio da Silva | 2012-11-30 | 1 | -4/+1 |
* | | Fix memory leak in development mode | Jon Leighton | 2012-11-30 | 2 | -15/+16 |
* | | Mark Relation mutators as :nodoc: | Jon Leighton | 2012-11-30 | 2 | -48/+23 |
* | | Merge pull request #8381 from aderyabin/unnecessary_monkey_patch | Carlos Antonio da Silva | 2012-11-30 | 2 | -13/+0 |
|\ \ |
|
| * | | Revert "Fix annoy warning, when executing testcase." | Andrey Deryabin | 2012-11-30 | 2 | -13/+0 |
|/ / |
|
* | | Merge pull request #8378 from steveklabnik/split_validations_callbacks_guide | Rafael Mendonça França | 2012-11-29 | 4 | -354/+374 |
|\ \ |
|
| * | | Split Validations and Callbacks into separate guides. | Steve Klabnik | 2012-11-29 | 4 | -354/+374 |
|/ / |
|
* | | Merge pull request #8372 from amparo-luna/gemfile_source_url | Rafael Mendonça França | 2012-11-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Gemfile source url for plugins updated | Amparo Luna | 2012-11-29 | 1 | -1/+1 |
* | | | Move instantiation responsibilities from Inheritance to Persistence. Have Inh... | Jeremy Kemper | 2012-11-29 | 2 | -24/+50 |
|/ / |
|