Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove another unnecessary dup | Gosha Arinich | 2013-01-02 | 1 | -5/+3 |
| | |||||
* | remove unnecessary #dup | Gosha Arinich | 2013-01-02 | 1 | -2/+1 |
| | |||||
* | Fix indentation issuing warning | Carlos Antonio da Silva | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | update AD::Journey to follow Rails coding conventions | Francesco Rodriguez | 2012-12-20 | 16 | -437/+439 |
| | |||||
* | :nodoc: Journey because is not part of the public API [ci skip] | Francesco Rodriguez | 2012-12-19 | 20 | -78/+75 |
| | |||||
* | remove code for Ruby 1.8.x support | Francesco Rodriguez | 2012-12-19 | 1 | -7/+2 |
| | |||||
* | Remove the actual extension file as well [ci skip] | Andrew White | 2012-12-19 | 1 | -11/+0 |
| | |||||
* | Remove obsolete Hash extension needed for Ruby 1.8.x support | Andrew White | 2012-12-19 | 1 | -1/+0 |
| | | | | [ci skip] | ||||
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 25 | -0/+2333 |
Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49. |