| eea9777 |
2012-05-07 |
Fix failing test on Oracle. Having a duplicated column s... |
| 9d906d0 |
2012-05-05 |
Update `first`, `last` and `take` in guides |
| 56bf1f7 |
2012-05-05 |
Use `take` instead of `first` to avoid unwanted implicit... |
| 5f2f9b5 |
2012-05-03 |
No need to force conversion to Symbol since case ensures... |
| 3d02195 |
2012-05-03 |
No need to work around 1.8 warnings anymore. |
| 279fef1 |
2012-05-16 |
Rename test file so that the test suite matches it, impl... |
| 878db1f |
2012-05-03 |
Use arel nodes instead of raw sql |
| 2bf65ca |
2012-05-03 |
Use Array#first instead of Array#[0] |
| 66b9e4c |
2012-05-03 |
Adding note about `first` and `take` to the changelog |
| 1379375 |
2012-05-03 |
Introducing `take` as a replacement to the old behavior ... |
| 489166e |
2012-05-03 |
Document `last`, check for primary key on default order ... |
| 07e5301 |
2012-05-03 |
Made `first` finder consistent among database engines by... |
| 86d1dfb |
2012-03-21 |
Avoid another blank line in generated migration and remo... |
| c63306b |
2012-03-21 |
Remove blank line from generated migration |
| 846a9bc |
2012-02-23 |
Remove unused implementation of next_migration_number |
| aaffc2a |
2012-02-09 |
improved test case for partial indices |
| 7ef22fc |
2012-02-09 |
Made schema dumper recognize partial indices' where stat... |
| d70e023 |
2012-02-09 |
Added where option to add_index to support postgresql pa... |