Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retain ActionPack dependency on ActionView | Łukasz Strzałkowski | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Remove tzinfo dependency from Action Pack | Erik Michaels-Ober | 2013-09-17 | 1 | -5/+4 |
| | | | | | This gem is used by Active Support but it should not be a dependency of Action Pack. | ||||
* | Remove dependency on AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -3/+3 |
| | |||||
* | Add bare actionview gem to the root directory | Piotr Sarnacki | 2013-06-20 | 1 | -2/+2 |
| | | | | | This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack. | ||||
* | Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data. | kennyj | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]" | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57. | ||||
* | instruct RDoc to only parse Ruby files under lib [Fixes #9779] | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Bump rack-test dependency to 0.6.2 | Rahul P. Chaudhari | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Bump rack dependency to 1.5.2 | Santiago Pastorino | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | Integrate Action Pack with Rack 1.5 | Carlos Antonio da Silva | 2013-01-25 | 1 | -1/+1 |
| | | | | | | All ActionPack and Railties tests are passing. Closes #8891. [Carlos Antonio da Silva + Santiago Pastorino] | ||||
* | Bump rack dependency to 1.4.3 | Carlos Antonio da Silva | 2013-01-08 | 1 | -1/+1 |
| | | | | | | | It includes security bug fixes and changes the initialization of Rack::File to accept a hash, otherwise generating warnings. See 295806e for the warnings fix. | ||||
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -1/+0 |
| | | | | | | | | 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. | ||||
* | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 1 | -1/+1 |
| | | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25. | ||||
* | Omit directories from gemspec.files for RubyGems 2 compat. | Jeremy Kemper | 2012-12-08 | 1 | -1/+1 |
| | | | | | | RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir. May revert if rubygems/rubygems#413 is accepted. | ||||
* | Clean up gemspecs | Vinny Diehl | 2012-11-08 | 1 | -13/+15 |
| | | | | | | | | | | Organized the gemspec files a bit. * Made quotes more consistent (single quotes dominated, so I used that). * Moved license line down a line, separating it logically, and removed the extra whitespace before its = operator. * Minor whitespace fixes. | ||||
* | Use Rack::Cache middleware only if is in Gemfile | Guillermo Iguaran | 2012-10-01 | 1 | -1/+0 |
| | |||||
* | Bump builder dependencies in Active Model and Action Pack | Carlos Antonio da Silva | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Fix build. Bump Journey requirements to 2.0.0. | kennyj | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | Bump Journey requirements to 1.0.4 | Andrew White | 2012-07-23 | 1 | -1/+1 |
| | | | | | There are some Action Pack tests for regressions from 3.1 that require a later version of Journey to pass so bump to the current version. | ||||
* | Remove ActiveModel dependency from ActionPack | Guillermo Iguaran | 2012-06-30 | 1 | -1/+1 |
| | | | | | | | | ActiveModel is used in ActionPack for ActiveModel::Naming for a few, mostly optional aspects of ActionPack related to automatically converting an ActiveModel compliant object into a key for params and routing. It uses only three methods of ActiveModel (ActiveModel::Naming.route_key, ActiveModel::Naming.singular_route_key and ActiveModel::Naming.param_key). | ||||
* | Bump tzinfo gem. | kennyj | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Add license field to gemspecs, by Matt Griffin | Matt Griffin | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | Remove sprockets dependency on actionpack | Guillermo Iguaran | 2012-03-13 | 1 | -1/+0 |
| | |||||
* | Use latest rack-cache. | José Valim | 2012-03-06 | 1 | -1/+1 |
| | |||||
* | bumping journey to 1.0.1 | Aaron Patterson | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | use rack 1.4.1 | Sergey Nartimov | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Bump Sprockets to 2.2.0 | Guillermo Iguaran | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | depend on journey 1.0.0 | Aaron Patterson | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Bump to rack 1.4.0 | Santiago Pastorino | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | Updated gemspec for ruby 1.9.3 | Rahul P. Chaudhari | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Remove i18n dependencies from AP and AMo since they are in AS. | José Valim | 2011-12-20 | 1 | -1/+0 |
| | |||||
* | updating arel and journey dependencies | Aaron Patterson | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Update sprockets which theoretically fixes the regression we have seen. | José Valim | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | Bump sprockets to 2.1.1 | Jon Leighton | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | Upgrade Sprockets to 2.1.0 | Guillermo Iguaran | 2011-11-14 | 1 | -1/+1 |
| | | | | This version brings bug fixes for performance and caching. | ||||
* | bumps up sprockets | Xavier Noria | 2011-11-05 | 1 | -1/+1 |
| | |||||
* | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3352 from arunagw/bump_sprockets | Vijay Dev | 2011-10-22 | 1 | -1/+1 |
|\ | | | | | Bump sprockets | ||||
| * | Bump sprockets | Arun Agrawal | 2011-10-17 | 1 | -1/+1 |
| | | |||||
* | | Bump Rack to 1.3.5 | Arun Agrawal | 2011-10-18 | 1 | -1/+1 |
|/ | |||||
* | Bump sprockets to 2.0.2 | Santiago Pastorino | 2011-10-04 | 1 | -11/+11 |
| | |||||
* | Require rack-cache 1.1. | Brendan Ribera | 2011-10-03 | 1 | -1/+1 |
| | | | | | | | Versions prior to 1.1 delete the If-Modified-Since and If-Not-Modified headers when config.action_controller.perform_caching is true. This has two problems: * unexpected inconsistent behaviour between development & production environments * breaks applications that use of these headers | ||||
* | Switching rack-mount to journey. | Aaron Patterson | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Bump sprockets up | Santiago Pastorino | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Bump rack-cache, rack-test, rack-mount and sprockets up | Santiago Pastorino | 2011-08-28 | 1 | -4/+4 |
| | |||||
* | Bump sprockets to 2.0.0.beta.14 | Guillermo Iguaran | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | Bump sprockets up | Santiago Pastorino | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | Bump rack up. Closes #2107 | Santiago Pastorino | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | make tzinfo a development dependency | Aaron Patterson | 2011-07-18 | 1 | -1/+2 |
| | |||||
* | Bump rack up | Santiago Pastorino | 2011-07-13 | 1 | -1/+1 |
| |