Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
| * | | | | | | Update list of AR Relation methods | Oscar Del Ben | 2012-07-05 | 1 | -10/+16 | |
| * | | | | | | Bump query guide to latest version | Oscar Del Ben | 2012-07-05 | 1 | -2/+0 | |
| * | | | | | | fix syntax of AM::Validations::HelperMethods examples [ci skip] | Francesco Rodriguez | 2012-07-05 | 4 | -6/+6 | |
| * | | | | | | update ActiveModel::Validations::HelperMethods documentation [ci skip] | Francesco Rodriguez | 2012-07-05 | 8 | -130/+141 | |
| * | | | | | | update ActiveModel::Conversion documentation [ci skip] | Francesco Rodriguez | 2012-07-04 | 1 | -3/+15 | |
| * | | | | | | There is only task for installing migrations when using engines | Wojciech Wnętrzak | 2012-07-04 | 1 | -2/+1 | |
| * | | | | | | remove :nodoc: of AR::Scoping#unscoped [ci skip] | Francesco Rodriguez | 2012-07-01 | 1 | -4/+4 | |
| * | | | | | | Changed attr_accessible example to reflect grouped roles | Laknath | 2012-07-01 | 1 | -2/+4 | |
| * | | | | | | ActionDispatch::ClosedError no longer is raised. See d142572567 for more info. | Nick Howard | 2012-06-30 | 1 | -3/+0 | |
| * | | | | | | use config.action_controller instead of ActionController::Base in example cod... | Nick Howard | 2012-06-30 | 1 | -1/+1 | |
| * | | | | | | fix AR::SchemaStatements#column_exists? example [ci skip] | Francesco Rodriguez | 2012-06-30 | 1 | -1/+1 | |
| * | | | | | | update AR::SchemaStatements#column_exists? documentation [ci skip] | Francesco Rodriguez | 2012-06-30 | 1 | -2/+4 | |
* | | | | | | | Refactor locked? method in query cache | Carlos Antonio da Silva | 2012-07-07 | 1 | -5/+2 | |
* | | | | | | | Load all records in Relation#inspect | Jon Leighton | 2012-07-07 | 1 | -4/+1 | |
* | | | | | | | Merge pull request #6938 from acapilleri/as_json_refactoring | Carlos Antonio da Silva | 2012-07-07 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | small refactoring of as_json method | Angelo Capilleri | 2012-07-03 | 1 | -2/+6 | |
* | | | | | | | | Merge pull request #6838 from kennyj/added_registration_task | Carlos Antonio da Silva | 2012-07-07 | 2 | -7/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added a feature to add a database task. e.g. OracleDatabaseTasks | kennyj | 2012-06-24 | 2 | -7/+27 | |
* | | | | | | | | | Use "instance_accessor" for flash types class attribute | Carlos Antonio da Silva | 2012-07-07 | 2 | -4/+3 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | fixup changelog | Jon Leighton | 2012-07-07 | 1 | -1/+1 | |
* | | | | | | | | Relation#inspect handles doesn't perform a new query on an already-loaded rel... | Jon Leighton | 2012-07-07 | 2 | -2/+16 | |
* | | | | | | | | Simplify Relation#inspect | Jon Leighton | 2012-07-07 | 1 | -12/+3 | |
* | | | | | | | | Merge pull request #6992 from kennyj/improve_6977-2 | José Valim | 2012-07-07 | 4 | -14/+65 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added support add_flash_types | kennyj | 2012-07-07 | 4 | -14/+65 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #6993 from morgoth/engine-table-name-prefix-generator-fix | José Valim | 2012-07-07 | 3 | -2/+14 | |
|\ \ \ \ \ \ \ \ |