Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Represent association scope options as AR::Relations insternally. | Jon Leighton | 2012-07-13 | 15 | -165/+191 | |
* | | | | | | | fix assertion arguments order | Jon Leighton | 2012-07-13 | 1 | -2/+2 | |
* | | | | | | | Allow associations to take a lambda which builds the scope | Jon Leighton | 2012-07-13 | 9 | -48/+69 | |
* | | | | | | | support relations created with a table alias | Jon Leighton | 2012-07-13 | 3 | -2/+12 | |
* | | | | | | | testing guide: start of a pass | Xavier Noria | 2012-07-12 | 1 | -49/+29 | |
* | | | | | | | Merge pull request #7037 from evantravers/misspelling | Vijay Dev | 2012-07-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add second t to overwritten | Evan Travers | 2012-07-12 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7032 from necrodome/patch-1 | Vijay Dev | 2012-07-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix code comment to reflect its intent. | Selem Delul | 2012-07-11 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7030 from robbkidd/dry_up_rename_table_tests | Carlos Antonio da Silva | 2012-07-10 | 1 | -18/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add teardown method to AR::Mig::RenameTableTest | Robb Kidd | 2012-07-10 | 1 | -18/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix indentation. | Piotr Sarnacki | 2012-07-11 | 1 | -4/+4 | |
* | | | | | | | Don't raise an error if http auth token isn't well formatted | Piotr Sarnacki | 2012-07-11 | 2 | -4/+14 | |
* | | | | | | | Raise a helpful error message on #mount misuse | Carl Lerche | 2012-07-10 | 2 | -0/+13 | |
* | | | | | | | Merge pull request #7026 from rustygeldmacher/select_options_valid_html_master | Rafael Mendonça França | 2012-07-10 | 3 | -3/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed bug creating invalid HTML in select options | Rusty Geldmacher | 2012-07-10 | 3 | -3/+17 | |
* | | | | | | | | Merge pull request #6874 from robbkidd/rename_sequences_too | Aaron Patterson | 2012-07-10 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Update psql adapter to rename a default pkey sequence when renaming a table. | Robb Kidd | 2012-06-27 | 2 | -0/+20 | |
* | | | | | | | | Merge pull request #7022 from bogdan/validations_doc | Xavier Noria | 2012-07-10 | 9 | -119/+52 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | AM::Validations: remove documentation duplicates | Bogdan Gusiev | 2012-07-10 | 9 | -119/+52 | |
* | | | | | | | | deprecate `describe` without a block. | Aaron Patterson | 2012-07-09 | 6 | -38/+17 | |
|/ / / / / / / | ||||||
* | | | | | | | Remove AS declarative extension from erb tag test | Carlos Antonio da Silva | 2012-07-08 | 1 | -3/+0 | |
* | | | | | | | we still need `describe` as the implementation differs from minitest | Aaron Patterson | 2012-07-08 | 2 | -0/+24 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #7004 from philiqq/master | Xavier Noria | 2012-07-08 | 6 | -7/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release... | Philipp Franke | 2012-07-08 | 6 | -7/+7 | |
* | | | | | | | Merge pull request #6956 from lexmag/ref_migration_generator | Rafael Mendonça França | 2012-07-08 | 4 | -4/+103 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update migrations guide | Aleksey Magusev | 2012-07-08 | 1 | -0/+47 | |
| * | | | | | | | Add references statements to migration generator | Aleksey Magusev | 2012-07-08 | 3 | -4/+56 | |
* | | | | | | | | minitest provides "it" and "describe" | Aaron Patterson | 2012-07-08 | 2 | -42/+4 | |
* | | | | | | | | minitest is a gem dep, so remove this conditional | Aaron Patterson | 2012-07-08 | 1 | -6/+0 | |
* | | | | | | | | Merge pull request #7003 from philiqq/master | Carlos Antonio da Silva | 2012-07-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | fix broken bleak_house link | Philipp Franke | 2012-07-08 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Improve and fix AP changelog, sync release notes [ci skip] | Carlos Antonio da Silva | 2012-07-08 | 2 | -2/+14 | |
* | | | | | | | Rename RouteInspector to RoutesInspector | Carlos Antonio da Silva | 2012-07-08 | 5 | -7/+6 | |
* | | | | | | | Remove RoutesInspector from railties, since it was moved to AP | Carlos Antonio da Silva | 2012-07-08 | 3 | -290/+0 | |
* | | | | | | | Merge pull request #6998 from robin850/patch-1 | Carlos Antonio da Silva | 2012-07-08 | 1 | -2/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add few information on Fedora and CentOS | Robin Dupret | 2012-07-08 | 1 | -2/+23 | |
* | | | | | | | Merge pull request #6696 from schneems/schneems/sextant-routing-error | José Valim | 2012-07-08 | 8 | -10/+323 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | show routes while debugging added to changelog | schneems | 2012-07-07 | 1 | -0/+2 | |
| * | | | | | | move route_inspector to actionpack | @schneems and @mattt | 2012-07-07 | 6 | -10/+304 | |
| * | | | | | | show routes while debugging RoutingError | schneems | 2012-07-07 | 2 | -3/+20 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-07-07 | 20 | -176/+258 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | minor text change [ci skip] | Vijay Dev | 2012-07-07 | 1 | -1/+1 | |
| * | | | | | | Revert "Add nodoc to relation methods" | Vijay Dev | 2012-07-07 | 1 | -22/+24 | |
| * | | | | | | Add nodoc to relation methods | Oscar Del Ben | 2012-07-06 | 1 | -24/+22 | |
| * | | | | | | add :nodoc: to internal implementations of AM::Validator [ci skip] | Francesco Rodriguez | 2012-07-06 | 2 | -3/+3 | |
| * | | | | | | update ActiveModel::Serialization documentation [ci skip] | Francesco Rodriguez | 2012-07-06 | 1 | -14/+36 | |
| * | | | | | | Add order docs | Oscar Del Ben | 2012-07-05 | 1 | -0/+10 | |
| * | | | | | | Add group documentation | Oscar Del Ben | 2012-07-05 | 1 | -0/+12 | |
| * | | | | | | Add documentation for includes | Oscar Del Ben | 2012-07-05 | 1 | -0/+11 |