Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 37 | -53/+38 | |
* | | updates AP CHANGELOG | Xavier Noria | 2011-04-13 | 1 | -0/+2 | |
* | | updates railties CHANGELOG | Xavier Noria | 2011-04-13 | 1 | -0/+2 | |
* | | renames response_from_page_or_rjs -> response_from_page, and extracts the RJS... | Xavier Noria | 2011-04-13 | 2 | -59/+6 | |
* | | fixes the name of a test | Xavier Noria | 2011-04-13 | 1 | -1/+1 | |
* | | removes some remaining .rjs occurrences | Xavier Noria | 2011-04-13 | 1 | -3/+3 | |
* | | removes reference to RJS from AC::RecordIdentifier docs | Xavier Noria | 2011-04-13 | 1 | -10/+4 | |
* | | removes a remaining reference to .rjs in template resolver's RDoc | Xavier Noria | 2011-04-13 | 1 | -1/+1 | |
* | | removed references to RJS from the AP README | Xavier Noria | 2011-04-13 | 1 | -2/+1 | |
* | | removes RJS documentation from AV::Base | Xavier Noria | 2011-04-13 | 1 | -25/+1 | |
* | | removes mentions to RJS in the security guide | Xavier Noria | 2011-04-13 | 1 | -6/+0 | |
* | | removes debug_rjs from ActionView::Base | Xavier Noria | 2011-04-13 | 4 | -28/+0 | |
* | | removes render :update from views | Xavier Noria | 2011-04-13 | 2 | -7/+0 | |
* | | removes ActionView::Helpers::PrototypeHelper | Xavier Noria | 2011-04-13 | 4 | -1332/+0 | |
* | | removes ActionView::Helpers::ScriptaculousHelper | Xavier Noria | 2011-04-13 | 5 | -385/+2 | |
* | | removes the RJS template handler | Xavier Noria | 2011-04-13 | 17 | -112/+21 | |
* | | removes support for render :update | Xavier Noria | 2011-04-13 | 13 | -546/+1 | |
* | | let the default function in button_to_function be nil | Xavier Noria | 2011-04-13 | 1 | -1/+1 | |
* | | applies API guidelines to example | Xavier Noria | 2011-04-13 | 1 | -2/+2 | |
* | | removes support for RJS in button_to_function | Xavier Noria | 2011-04-13 | 2 | -39/+7 | |
* | | removes assert_select_rjs | Xavier Noria | 2011-04-13 | 3 | -491/+1 | |
* | | removes support for RJS in link_to_function | Xavier Noria | 2011-04-13 | 2 | -68/+10 | |
* | | jQuery is the new default | Xavier Noria | 2011-04-13 | 7 | -94/+104 | |
* | | Aligning comments | Matt Duncan | 2011-04-13 | 1 | -1/+1 | |
* | | Fixing distance_of_time_in_words range near 2 days | Matt Duncan | 2011-04-13 | 2 | -8/+8 | |
* | | Merge branch 'sprockets' | Joshua Peek | 2011-04-12 | 19 | -9/+278 | |
|\ \ | ||||||
| * | | Index sprockets environment if perform caching is enabled | Joshua Peek | 2011-04-12 | 2 | -0/+7 | |
| * | | Merge branch 'master' into sprockets | Joshua Peek | 2011-04-12 | 184 | -1013/+2597 | |
| |\ \ | ||||||
| * | | | Fix assets prefix joining | Joshua Peek | 2011-03-30 | 1 | -1/+1 | |
| * | | | Fix assets prefix joining | Joshua Peek | 2011-03-30 | 1 | -1/+1 | |
| * | | | Fix config.assets.precompile option | Joshua Peek | 2011-03-30 | 1 | -1/+1 | |
| * | | | Unify sprockets config options | Joshua Peek | 2011-03-30 | 4 | -18/+25 | |
| * | | | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 81 | -196/+1117 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 96 | -608/+1729 | |
| |\ \ \ \ | ||||||
| * | | | | | Switch to sprockets/master | Joshua Peek | 2011-03-30 | 1 | -1/+1 | |
| * | | | | | Precompile configured assets | Joshua Peek | 2011-03-29 | 2 | -3/+3 | |
| * | | | | | Seperate asset directories | Joshua Peek | 2011-03-29 | 8 | -16/+21 | |
| * | | | | | Rename option to config.asset_pipeline | Joshua Peek | 2011-03-29 | 5 | -19/+23 | |
| * | | | | | Move sprockets initializers back to application | Joshua Peek | 2011-03-29 | 5 | -51/+41 | |
| * | | | | | Change back to /assets prefix | Joshua Peek | 2011-03-29 | 2 | -13/+10 | |
| * | | | | | Fix building route set with sprockets in production | Joshua Peek | 2011-03-29 | 1 | -2/+14 | |
| * | | | | | Only add fingerprints if perform_caching is on | Joshua Peek | 2011-03-29 | 1 | -1/+1 | |
| * | | | | | Fix sprockets logger | Joshua Peek | 2011-03-29 | 1 | -1/+4 | |
| * | | | | | Copy use_sprockets config | Joshua Peek | 2011-03-29 | 2 | -2/+3 | |
| * | | | | | Use sprockets helpers if config.use_sprockets is set | Joshua Peek | 2011-03-29 | 2 | -6/+22 | |
| * | | | | | Add sprockets to Gemfile for testing | Joshua Peek | 2011-03-29 | 1 | -0/+2 | |
| * | | | | | Tests for SprocketsHelper | Joshua Peek | 2011-03-29 | 8 | -5/+104 | |
| * | | | | | Update sprockets path generation method | Joshua Peek | 2011-03-28 | 1 | -1/+1 | |
| * | | | | | Add SprocketsHelper | Joshua Peek | 2011-03-28 | 2 | -0/+79 | |
| * | | | | | Remove sprockets exception from main asset helpers | Joshua Peek | 2011-03-28 | 2 | -20/+0 |