aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/actionpack.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump Sprockets to 2.2.0Guillermo Iguaran2012-01-141-1/+1
|
* depend on journey 1.0.0Aaron Patterson2012-01-121-1/+1
|
* Bump to rack 1.4.0Santiago Pastorino2011-12-281-1/+1
|
* Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
|
* Remove i18n dependencies from AP and AMo since they are in AS.José Valim2011-12-201-1/+0
|
* updating arel and journey dependenciesAaron Patterson2011-12-141-1/+1
|
* Update sprockets which theoretically fixes the regression we have seen.José Valim2011-11-301-1/+1
|
* Bump sprockets to 2.1.1Jon Leighton2011-11-191-1/+1
|
* Upgrade Sprockets to 2.1.0Guillermo Iguaran2011-11-141-1/+1
| | | | This version brings bug fixes for performance and caching.
* bumps up sprocketsXavier Noria2011-11-051-1/+1
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Merge pull request #3352 from arunagw/bump_sprocketsVijay Dev2011-10-221-1/+1
|\ | | | | Bump sprockets
| * Bump sprocketsArun Agrawal2011-10-171-1/+1
| |
* | Bump Rack to 1.3.5Arun Agrawal2011-10-181-1/+1
|/
* Bump sprockets to 2.0.2Santiago Pastorino2011-10-041-11/+11
|
* Require rack-cache 1.1.Brendan Ribera2011-10-031-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 Patterson2011-09-121-1/+1
|
* Bump sprockets upSantiago Pastorino2011-08-301-1/+1
|
* Bump rack-cache, rack-test, rack-mount and sprockets upSantiago Pastorino2011-08-281-4/+4
|
* Bump sprockets to 2.0.0.beta.14Guillermo Iguaran2011-08-201-1/+1
|
* Bump sprockets upSantiago Pastorino2011-07-261-1/+1
|
* Bump rack up. Closes #2107Santiago Pastorino2011-07-251-1/+1
|
* make tzinfo a development dependencyAaron Patterson2011-07-181-1/+2
|
* Bump rack upSantiago Pastorino2011-07-131-1/+1
|
* Bump up rack-cache and tzinfoSantiago Pastorino2011-06-301-2/+2
|
* Edited actionpack/actionpack.gemspec via GitHubJosé Valim2011-06-231-1/+1
|
* Revert "Bump sprockets requirement"Joshua Peek2011-06-221-1/+1
| | | | This reverts commit 458512c8fa31196816dd2372fddecd0e0237c4c0.
* Bump sprockets requirementJoshua Peek2011-06-211-1/+1
|
* Use Latest Sprockets betaDavid Heinemeier Hansson2011-06-061-1/+1
|
* sprockets gem update to beta9 Arun Agrawal2011-05-311-1/+1
|
* Bump Rack versionwycats2011-05-221-1/+1
|
* Require sprockets beta 8Joshua Peek2011-05-221-1/+1
|
* Lock to stable sprockets betaJoshua Peek2011-05-221-1/+1
|
* Fix I18n dependency as final is out.José Valim2011-05-221-1/+1
|
* Merge pull request #1165 from arunagw/rubyforge_removeJosé Valim2011-05-211-1/+0
|\ | | | | Not updating rubyforge for new versions.
| * Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵Arun Agrawal2011-05-201-1/+0
| | | | | | | | not useful.
* | Temporarily ship with ContentLength middleware.José Valim2011-05-201-1/+1
|/
* Sprockets version update.Arun Agrawal2011-05-191-1/+1
|
* Update Rack::Mount to 0.8.1Prem Sichanugrist2011-05-181-1/+1
|
* Bump sprockets dependencyJoshua Peek2011-05-171-1/+1
|
* rack_mount upgrade to new version 0.8.0Vishnu K. Sharma2011-05-131-1/+1
|
* rack-mount gem updated.Arun Agrawal2011-05-131-1/+1
|
* Bump up rack-cache, tzinfo and thorSantiago Pastorino2011-05-041-2/+2
|
* Use latest rack-test.José Valim2011-05-031-1/+1
|
* We no longer depend on those git repos.José Valim2011-05-031-1/+1
|
* Update Action Pack to depend on Rack 1.3.0Prem Sichanugrist2011-05-031-1/+1
| | | Rack 1.3.0 was released a while ago, which break the hard dependency we set in Action Pack. This dependency bump won't be the issue, as we always depends on edge Rack. Also, we was waiting for Rack 1.3.x release before we can release Rails 3.1 beta anyway.
* Use require_self from latest SprocketsDavid Heinemeier Hansson2011-05-021-1/+1
|
* Use sprockets beta gemJoshua Peek2011-05-011-0/+1
|
* upgrade rack-mountNeeraj Singh2011-04-281-1/+1
| | | | Newer version is a few minor performance fixes
* bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception ↵Sven Fuchs2011-04-261-1/+1
| | | | | | handler [#6739 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com>