Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fixed typo in comment | Steve | 2014-07-19 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #16219 from skanev/fix-create-join-table-with-common-prefix | Yves Senn | 2014-07-19 | 5 | -2/+44 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | create_join_table uses same logic as HABTM reflections | Stefan Kanev | 2014-07-18 | 5 | -2/+44 | |
* | | | | | | | | Merge pull request #16098 from tgxworld/fixes_to_request_test | Rafael Mendonça França | 2014-07-18 | 1 | -22/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove redundant test. | Guo Xiang Tan | 2014-07-18 | 1 | -11/+0 | |
| * | | | | | | | | Fix duplicated test. | Guo Xiang Tan | 2014-07-18 | 1 | -2/+6 | |
| * | | | | | | | | Update test to clearly reflect what it is testing for. | Guo Xiang Tan | 2014-07-18 | 1 | -5/+7 | |
| * | | | | | | | | Update outdated test. | Guo Xiang Tan | 2014-07-18 | 1 | -6/+3 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #16212 from aantix/additional_migration_conflict_help_mess... | Rafael Mendonça França | 2014-07-18 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Modified migration conflict message to remove the string concatenation. | Jim Jones | 2014-07-18 | 1 | -3/+3 | |
| * | | | | | | | | Added additional help messaging when there's scaffolding being generated and ... | Jim Jones | 2014-07-17 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #16221 from arthurnn/14886_pr | Godfrey Chan | 2014-07-18 | 4 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add CHANGELOG for #14886 | Arthur Neves | 2014-07-18 | 2 | -1/+6 | |
| * | | | | | | | | LOCALHOST definition should match any 127.0.0.0/8 address | Earl J St Sauver | 2014-07-18 | 3 | -2/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #15762 from arthurnn/better_error_on_bad_alias_method | Matthew Draper | 2014-07-18 | 3 | -10/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Dont swallow errors when bad alias_method | Arthur Neves | 2014-06-24 | 3 | -10/+27 | |
* | | | | | | | | | Follow-up to #16097 [ci skip] | Robin Dupret | 2014-07-18 | 2 | -4/+8 | |
* | | | | | | | | | Merge pull request #16099 from tgxworld/pass_log_as_block | Yves Senn | 2014-07-18 | 5 | -43/+46 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 5 | -43/+46 | |
|/ / / / / / / / | ||||||
* | | | | | | | | reporting is only done in one thread, so we can safely remove the lock | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
* | | | | | | | | %i doesn't work on 1.9 | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
* | | | | | | | | fix thread safety issues | Aaron Patterson | 2014-07-17 | 1 | -4/+7 | |
* | | | | | | | | pass the test reporter by reference | Aaron Patterson | 2014-07-17 | 1 | -1/+4 | |
* | | | | | | | | Merge pull request #16210 from sonnym/assert_valid_keys_in_validate | Matthew Draper | 2014-07-18 | 3 | -0/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | check for valid options in validate method | sonnym | 2014-07-17 | 3 | -0/+18 | |
* | | | | | | | | | fix filesystem race condition | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
* | | | | | | | | | do not restart the service, just stop it | Aaron Patterson | 2014-07-17 | 1 | -1/+0 | |
* | | | | | | | | | only parallelize on forking systems | Aaron Patterson | 2014-07-17 | 1 | -1/+1 | |
* | | | | | | | | | Disable some tests on SQLite | Rafael Mendonça França | 2014-07-17 | 1 | -77/+77 | |
* | | | | | | | | | Prefer if/else for this case | Rafael Mendonça França | 2014-07-17 | 1 | -3/+2 | |
* | | | | | | | | | Merge pull request #16188 from marianovalles/fix_rational_to_decimal_type_cast | Rafael Mendonça França | 2014-07-17 | 3 | -9/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix decimal_test module and add new test for object responding to to_d | Mariano Valles | 2014-07-16 | 2 | -7/+15 | |
| * | | | | | | | | | Fix case statement to use ::Numeric and ::String | Mariano Valles | 2014-07-16 | 3 | -18/+25 | |
| * | | | | | | | | | Change class evaluation for Rationals in cast_value | Mariano Valles | 2014-07-16 | 2 | -5/+7 | |
| * | | | | | | | | | Fix rational to decimal on type_cast_from_user | Mariano Valles | 2014-07-16 | 2 | -1/+13 | |
* | | | | | | | | | | [EXPERIMENTAL] run actionpack tests in parallel | Aaron Patterson | 2014-07-17 | 1 | -0/+57 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | `recall` should be `path_parameters`, also make it required | Aaron Patterson | 2014-07-17 | 1 | -3/+3 | |
* | | | | | | | | | pass the route name to define_url_helper | Aaron Patterson | 2014-07-17 | 3 | -23/+26 | |
* | | | | | | | | | Make restore_attributes public | Rafael Mendonça França | 2014-07-17 | 2 | -10/+20 | |
* | | | | | | | | | use a strategy object for generating urls in named helpers | Aaron Patterson | 2014-07-17 | 2 | -21/+37 | |
* | | | | | | | | | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 | |
* | | | | | | | | | docs, `select` and friends with `multiple=true` include a blank string. | Yves Senn | 2014-07-17 | 1 | -5/+3 | |
* | | | | | | | | | Merge pull request #16198 from eileencodes/remove-need-for-macro-instance-var | Matthew Draper | 2014-07-18 | 1 | -11/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove need for macro instance var | eileencodes | 2014-07-17 | 1 | -11/+14 | |
* | | | | | | | | | | Merge pull request #16205 from davejachimiak/remove_profile_and_benchmark_point | Matthew Draper | 2014-07-17 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove "profile and benchmark" line from command line guide | Dave Jachimiak | 2014-07-17 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #16201 from noinkling/master | Godfrey Chan | 2014-07-16 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix broken list formatting [ci skip] | noinkling | 2014-07-17 | 1 | -5/+5 | |
* | | | | | | | | | | subclass Rails::Engine | Aaron Patterson | 2014-07-16 | 1 | -1/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | extract path building to a method | Aaron Patterson | 2014-07-16 | 1 | -9/+11 |