Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Remove not used variable warnings from AM and AC | Carlos Antonio da Silva | 2012-12-11 | 2 | -3/+2 | |
* | | | | | | Merge pull request #8490 from mattv/fix_request_raw_post | Rafael Mendonça França | 2012-12-11 | 3 | -2/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix rewinding in ActionDispatch::Request#raw_post | Matt Venables | 2012-12-11 | 3 | -2/+15 | |
* | | | | | | | Improve test name related to cache timestamp format [ci skip] | Carlos Antonio da Silva | 2012-12-11 | 1 | -1/+1 | |
* | | | | | | | Backport thread-local variables from Ruby 2.0 | Rafael Mendonça França | 2012-12-11 | 2 | -0/+147 | |
|/ / / / / / | ||||||
* | | | | | | Deprecate obsolete Time to DateTime fallback methods | Andrew White | 2012-12-11 | 13 | -38/+67 | |
* | | | | | | Beef up tests for String#in_time_zone and Date#in_time_zone | Andrew White | 2012-12-11 | 2 | -18/+128 | |
* | | | | | | Only call `in_time_zone` on Time or DateTime instances | Andrew White | 2012-12-11 | 1 | -1/+6 | |
* | | | | | | Clean up 'active_support/time' requires | Andrew White | 2012-12-11 | 1 | -15/+6 | |
* | | | | | | Remove changelog entry from #8441 [ci skip] | Carlos Antonio da Silva | 2012-12-11 | 1 | -4/+0 | |
* | | | | | | Merge pull request #8484 from gclag/dynamic-index-refinements | Xavier Noria | 2012-12-11 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Explain how to supersede the new dynamic welcome page | George Claghorn | 2012-12-11 | 1 | -0/+2 | |
* | | | | | | | Deprecate Date#to_time_in_current_zone | Andrew White | 2012-12-11 | 5 | -5/+37 | |
* | | | | | | | Add missing at_end_of_* aliases | Andrew White | 2012-12-11 | 3 | -0/+5 | |
* | | | | | | | Add String#in_time_zone method | Andrew White | 2012-12-11 | 4 | -24/+60 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8482 from BanzaiMan/defensive_matching_on_default_index_page | Santiago Pastorino | 2012-12-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Match the controller and path names defensively. | Hiro Asari | 2012-12-10 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8468 from schneems/schneems/rack-index-page | Santiago Pastorino | 2012-12-10 | 12 | -28/+55 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 12 | -28/+55 | |
* | | | | | | | Make sure that no extra spaces are created with a non-polymorphic | Rafael Mendonça França | 2012-12-10 | 2 | -4/+8 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Add CHANGELOG entry for #6376. | Rafael Mendonça França | 2012-12-10 | 1 | -0/+4 | |
* | | | | | | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 5 | -1/+31 | |
* | | | | | | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 4 | -19/+14 | |
* | | | | | | Added regression test for #8195. | jacobstr | 2012-12-10 | 1 | -0/+18 | |
* | | | | | | Move new CHANGELOG entry to the top | Rafael Mendonça França | 2012-12-10 | 1 | -9/+9 | |
* | | | | | | Merge pull request #8476 from sheerun/fix/multipart-get | Rafael Mendonça França | 2012-12-10 | 3 | -1/+19 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 3 | -1/+19 | |
* | | | | | | | Merge pull request #8450 from senny/8448_mailer_return_values | Rafael Mendonça França | 2012-12-10 | 4 | -2/+16 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | The return value from mailer methods is not relevant. | Yves Senn | 2012-12-10 | 4 | -2/+16 | |
* | | | | | | | | Merge pull request #8441 from itzki/fix_decorate_columns | Carlos Antonio da Silva | 2012-12-10 | 3 | -4/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix decorating columns for serialized attributes | itzki | 2012-12-10 | 3 | -4/+20 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'scaffold_fixes' | Rafael Mendonça França | 2012-12-10 | 10 | -22/+84 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ensure the scaffold tests will pass when using references attributes | Rafael Mendonça França | 2012-12-10 | 1 | -0/+10 | |
| * | | | | | | | | Add GeneratedAttribute#column_name to get the name of the column in the | Rafael Mendonça França | 2012-12-10 | 4 | -8/+19 | |
| * | | | | | | | | Extract a attributes_names method to avoid duplication | Rafael Mendonça França | 2012-12-10 | 4 | -22/+12 | |
| * | | | | | | | | Deal with polymorphic attributes correctly in the generators | Rafael Mendonça França | 2012-12-10 | 6 | -10/+41 | |
| * | | | | | | | | Make references and belongs_to attributes to generate the _id column in | Rafael Mendonça França | 2012-12-10 | 2 | -2/+7 | |
| * | | | | | | | | Put the reference and belongs_to attributes in the scaffold tests. | Rafael Mendonça França | 2012-12-10 | 3 | -12/+9 | |
| * | | | | | | | | Use the references and belongs_id ids in the scaffold_controller | Rafael Mendonça França | 2012-12-09 | 2 | -1/+10 | |
| * | | | | | | | | Add test case for scaffold_controller generator without attributes. | Rafael Mendonça França | 2012-12-09 | 1 | -0/+9 | |
* | | | | | | | | | Merge pull request #8472 from schneems/schneems/expand_path | Rafael Mendonça França | 2012-12-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use `File.expand_path` instead of `File.join` | schneems | 2012-12-09 | 1 | -1/+1 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 7 | -7/+7 | |
* | | | | | | | | Move to the schema-migrations-metadata branch. | Jeremy Kemper | 2012-12-09 | 15 | -266/+60 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | revise block on kindle guides [ci skip] | Vijay Dev | 2012-12-09 | 1 | -3/+1 | |
* | | | | | | | Remove the spaces after the open bracket and before the close bracket. | Rafael Mendonça França | 2012-12-09 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #8469 from kytrinyx/explicit-mysql-instructions | Rafael Mendonça França | 2012-12-09 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Include command to create mysql user | Katrina Owen | 2012-12-09 | 1 | -0/+3 | |
* | | | | | | | | Revert "API reader should look elsewhere for helper instructions" | Vijay Dev | 2012-12-09 | 1 | -24/+0 | |
* | | | | | | | | Merge pull request #8466 from gclag/stats-handle-new-test-locations | Jeremy Kemper | 2012-12-08 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ |