aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Compare Base with HttpJeremy Kemper2009-05-241-13/+24
| | |
| * | Merge branch 'master' into active_modelPratik Naik2009-04-22485-6983/+10596
| |\ \ | | | | | | | | | | | | | | | | Conflicts: activeresource/lib/active_resource/validations.rb
| * | | Deprecate Model#validate/validate_on_create/validate_on_update. Use ↵Pratik Naik2009-03-217-34/+74
| | | | | | | | | | | | | | | | Model.validate :method and likewise
| * | | Deprecate Errors#on_base/add_to_base/invalid?/each_fullPratik Naik2009-03-217-19/+34
| | | |
| * | | Get rid of active_model/core and active_model/callbacksPratik Naik2009-03-214-17/+0
| | | |
| * | | Validation options dont need explicit :on => :savePratik Naik2009-03-211-1/+1
| | | |
| * | | Remove DEFAULT_VALIDATION_OPTIONS from validationsPratik Naik2009-03-212-5/+1
| | | |
| * | | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-219-20/+21
| | | |
| * | | Add ActiveModel::Validations tests for regular ruby classesPratik Naik2009-03-2012-34/+169
| | | |
| * | | Add I18n translations to ActiveModel and move more AR specific parts to ↵Pratik Naik2009-03-2014-491/+1277
| | | | | | | | | | | | | | | | ActiveRecord::Validations
| * | | Include ActiveModel::Validations from ActiveRecord::ValidationsPratik Naik2009-03-202-21/+30
| | | |
| * | | Fix ActiveResource::Errors deprecation messagesPratik Naik2009-03-202-4/+4
| | | |
| * | | Improve the deprecation message for Errors#onPratik Naik2009-03-201-2/+2
| | | |
| * | | Validation tests arent using any fixturesPratik Naik2009-03-201-2/+0
| | | |
| * | | ActiveModel.load_all! isn't really needed at this pointPratik Naik2009-03-201-4/+0
| | | |
| * | | Use mattr_accessor in TestsDatabase instead of setup methodPratik Naik2009-03-201-13/+23
| | | |
| * | | Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-2013-95/+119
| | | |
| * | | TestDatabase -> TestsDatabasePratik Naik2009-03-2012-22/+22
| | | |
| * | | Remove unused columns from the ActiveModel test schemaPratik Naik2009-03-201-9/+0
| | | |
| * | | Future deprecation messagePratik Naik2009-03-201-1/+5
| | | |
| * | | Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-2023-1733/+2000
| | | |
| * | | Add test sqlite3 db to .gitignorePratik Naik2009-03-203-4/+2
| | | |
| * | | Make Active Model test suite similar to Active RecordPratik Naik2009-03-2017-30/+170
| | | |
| * | | Autload ActiveModel::ObservingPratik Naik2009-03-201-0/+1
| | | |
| * | | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-195-200/+16
| | | |
| * | | Move uniqueness and association validations to Active RecordPratik Naik2009-03-193-2/+7
| | | |
| * | | Move all the Active Record validations to Active ModelPratik Naik2009-03-1922-1353/+555
| | | |
* | | | AS guide: explains extensions to Array for accessing elementsXavier Noria2009-06-011-1/+24
| | | |
* | | | AS guide: adds see also to explanation of Class#remove_subclassesXavier Noria2009-05-311-0/+2
| | | |
* | | | AS guide: small rewordingXavier Noria2009-05-311-1/+1
| | | |
* | | | Merge branch 'master' of git@github.com:lifo/docrailsMurray Steele2009-05-311-2/+44
|\ \ \ \
| * | | | AS guide: explains class removalXavier Noria2009-05-311-1/+43
| | | | |
| * | | | use "Subclasses" in title for coherence with method nameXavier Noria2009-05-311-1/+1
| | | | |
* | | | | Documenting :inverse_of options for associations.Murray Steele2009-05-311-0/+66
|/ / / /
* | | | Fix url and route helpers to follow the given exampleMike Enriquez2009-05-311-1/+1
| | | |
* | | | Fixed some typos and a more common grammar styles.Joseph Pecoraro2009-05-311-3/+3
| | | |
* | | | Fixed typo.Joseph Pecoraro2009-05-311-1/+1
| | | |
* | | | AS guide: explains Class#subclassesXavier Noria2009-05-311-4/+30
| | | |
* | | | just a typoXavier Noria2009-05-311-1/+1
| | | |
* | | | explains superclass_delegating_accessorXavier Noria2009-05-311-3/+16
| | | |
* | | | form helpers guide: revises a TIP on resourcesXavier Noria2009-05-301-3/+7
| | | |
* | | | Fixed some links pointing to guides.rails.info to relative links. Fixed ↵Joseph Pecoraro2009-05-302-4/+4
| | | | | | | | | | | | | | | | hashs as well.
* | | | Fixed links to the Routing Guide.Joseph Pecoraro2009-05-301-2/+2
| | | |
* | | | Added TIP about resources when using the short form_for syntax.Joseph Pecoraro2009-05-301-0/+2
| | | |
* | | | Link titles are generally capitalized.Joseph Pecoraro2009-05-301-1/+1
| | | |
* | | | Removed the Javascript. It conflicts with the highlighting code.Joseph Pecoraro2009-05-301-10/+0
| | | |
* | | | Grammer: 'a' => 'an' where applicable.Joseph Pecoraro2009-05-296-6/+6
| | | |
* | | | Clarification in an example. Grammar correction.Joseph Pecoraro2009-05-291-7/+3
| | | |
* | | | Semi-fix for Firefox code Copy and PasteJoseph Pecoraro2009-05-291-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The underlieing problem is that Firefox ignores the css 'white-space:pre' rule when actually copying and pasting. This Javascript turns newlines into <br /> tags inside the code containers. This will run in Safari, Opera, Chrome, Webkit, etc. gracefully. This will not run in IE due to IE not having the methods needed. A permanent solution would be at the Markdown level in such a way that the highlighter still runs on the output with brake tags.
* | | | Linked to the IRC channel.Joseph Pecoraro2009-05-291-1/+1
| | | |