| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed asset_host config to more specific | Rahul P. Chaudhari | 2012-02-29 | 1 | -2/+2 |
* | Some cleanup on the upgrading guide | Mike Gunderloy | 2012-02-28 | 1 | -14/+40 |
* | Merge pull request #85 from whilefalse/rails_32_engine_upgrade | Vijay Dev | 2012-02-28 | 1 | -0/+12 |
|\ |
|
| * | Added guide to updating engines built in previous versions of Rails | Steven Anderson | 2012-02-24 | 1 | -0/+12 |
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-02-28 | 4 | -2/+20 |
|\ \ |
|
| * | | move the strict validations to an appropriate section and some edits [ci skip] | Vijay Dev | 2012-02-28 | 1 | -14/+12 |
| * | | copy edits [ci skip] | Vijay Dev | 2012-02-28 | 1 | -1/+1 |
| * | | Add brief summary of strict validations added in 3.2. | Oliver Legg | 2012-02-27 | 1 | -0/+14 |
| * | | Correct NullStore cache store name in caching guide | Toby Matejovsky | 2012-02-27 | 1 | -1/+1 |
| * | | document how to create non show paths from an array of parameters | Florent Guilleux | 2012-02-26 | 1 | -0/+6 |
| * | | reverted regular expression fix | Tima Maslyuchenko | 2012-02-26 | 1 | -2/+2 |
| * | | Merge branch 'master' of github.com:lifo/docrails | Tima Maslyuchenko | 2012-02-26 | 1 | -1/+1 |
| |\ \ |
|
| | * | | layout affects views not methods | Rajinder Yadav | 2012-02-26 | 1 | -1/+1 |
| * | | | fixed regular expression in Specifying Constraints section | Tima Maslyuchenko | 2012-02-26 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge pull request #4284 from mattdbridges/time_calculation_aliases | Xavier Noria | 2012-02-28 | 6 | -6/+80 |
|\ \ \ |
|
| * | | | Adding :last_week, :last_month, and :last_year aliases to Time and Date | Matt Bridges | 2012-02-21 | 6 | -6/+80 |
* | | | | Merge pull request #5199 from gabehollombe/master | Xavier Noria | 2012-02-28 | 1 | -2/+3 |
|\ \ \ \ |
|
| * | | | | Change asset_host config language to be more helpful and accurate | Gabe Hollombe | 2012-02-28 | 1 | -2/+3 |
* | | | | | Merge pull request #5197 from lest/patch-4 | José Valim | 2012-02-27 | 1 | -6/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | remove unnecessary code | Sergey Nartimov | 2012-02-28 | 1 | -6/+0 |
* | | | | | Revert "only mutate the scope object in the `bind` method" | Aaron Patterson | 2012-02-27 | 1 | -1/+1 |
* | | | | | call binmode on the tempfile for Ruby 1.8 compatibility | Aaron Patterson | 2012-02-27 | 1 | -1/+2 |
* | | | | | only mutate the scope object in the `bind` method | Aaron Patterson | 2012-02-27 | 1 | -1/+1 |
* | | | | | bind value creation refactoring | Aaron Patterson | 2012-02-27 | 1 | -4/+10 |
|/ / / / |
|
* | | | | removing dead code | Aaron Patterson | 2012-02-27 | 1 | -3/+2 |
* | | | | use bind values for join columns | Aaron Patterson | 2012-02-27 | 6 | -12/+36 |
* | | | | Merge pull request #5191 from rafaelfranca/fix-393 | Aaron Patterson | 2012-02-27 | 3 | -38/+38 |
|\ \ \ \ |
|
| * | | | | Add a new line after the textarea opening tag. | Rafael Mendonça França | 2012-02-27 | 3 | -38/+38 |
* | | | | | Merge pull request #5168 from kennyj/fix_5152 | Aaron Patterson | 2012-02-27 | 2 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | Remove NULLS FIRST/LAST. closes #5152 | kennyj | 2012-02-25 | 2 | -1/+6 |
* | | | | | | Merge pull request #5173 from kennyj/fix_3931-2 | Aaron Patterson | 2012-02-27 | 3 | -12/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931. | kennyj | 2012-02-26 | 3 | -12/+23 |
* | | | | | | | Merge pull request #5179 from RalphShnelvar/Binary_mode_Window_bug | Aaron Patterson | 2012-02-27 | 1 | -1/+1 |
* | | | | | | | Merge pull request #5192 from amatsuda/rdoc_task_19 | José Valim | 2012-02-27 | 2 | -14/+3 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | ruby19: no need to rescue when requiring 'rdoc/task' in Ruby >= 1.9 | Akira Matsuda | 2012-02-27 | 2 | -14/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #5185 from rafaelfranca/fix-collection_helpers | José Valim | 2012-02-26 | 3 | -37/+76 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix collection_check_boxes and collection_radio_buttons when using local | Rafael Mendonça França | 2012-02-26 | 2 | -0/+39 |
| * | | | | | | Add documentation to object method of CollectionHelpers::Builder | Rafael Mendonça França | 2012-02-26 | 1 | -6/+6 |
| * | | | | | | Move all the helpers to protected section | Rafael Mendonça França | 2012-02-26 | 1 | -31/+31 |
|/ / / / / / |
|
* | | | | | | updates the new default pool size in some additional places | Xavier Noria | 2012-02-26 | 3 | -7/+17 |
* | | | | | | let the connection pool of new applications have size 1 rather than 5 | Xavier Noria | 2012-02-26 | 4 | -12/+36 |
* | | | | | | Adding tests for non-optional glob parameters | Andrew White | 2012-02-26 | 1 | -2/+27 |
* | | | | | | Merge pull request #5174 from nashby/safe-concat | José Valim | 2012-02-25 | 1 | -3/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | use content_tag instead strings | Vasiliy Ermolovich | 2012-02-25 | 1 | -3/+4 |
|/ / / / / / |
|
* | | | / / | A guide for upgrading Rails [ci skip] | Vijay Dev | 2012-02-25 | 2 | -0/+169 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-02-25 | 5 | -5/+24 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | copy-edits [ci skip] | Vijay Dev | 2012-02-25 | 1 | -10/+8 |
| * | | | | Fixed typo in composed_of example with Money#<=>, was comparing amount itself... | Noah Hendrix | 2012-02-24 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
| * | | | Fix typo in match :to docs | Justin Woodbridge | 2012-02-23 | 1 | -1/+1 |
| * | | | Cosmetic fixes in AM changelog | Alexey Vakhov | 2012-02-23 | 1 | -1/+1 |