Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update the wildcard route to be non-greedy by default, therefore be able to ↵ | Prem Sichanugrist | 2011-03-29 | 1 | -1/+1 | |
| | | | | | | | | match the (.:format) segment [#6605 state:resolved] After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route. Signed-off-by: Andrew White <andyw@pixeltrix.co.uk> | |||||
* | Bump rack-test version | Pratik Naik | 2011-01-04 | 1 | -1/+1 | |
| | ||||||
* | Bump up rack-cache | Santiago Pastorino | 2010-12-24 | 1 | -1/+1 | |
| | ||||||
* | bump i18n gem | Sven Fuchs | 2010-12-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Bump builder to 3.0.0 | Santiago Pastorino | 2010-11-17 | 1 | -1/+1 | |
| | ||||||
* | Use latest I18n. | José Valim | 2010-10-26 | 1 | -1/+1 | |
| | ||||||
* | Remove rack-cache-purge. | José Valim | 2010-10-26 | 1 | -1/+0 | |
| | ||||||
* | Bump up some deps | Santiago Pastorino | 2010-09-26 | 1 | -2/+2 | |
| | ||||||
* | fixing bug with rails use of rack-test | Aaron Patterson | 2010-09-22 | 1 | -1/+1 | |
| | ||||||
* | First pass at Rack::Cache | wycats | 2010-09-13 | 1 | -9/+11 | |
| | ||||||
* | Bump rack-mount to 0.6.13 and add test case for named character classes ↵ | Andrew White | 2010-08-31 | 1 | -1/+1 | |
| | | | | | | [#5509 state:resolved] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | |||||
* | Bump up rack-mount to 0.6.12 | Santiago Pastorino | 2010-08-22 | 1 | -1/+1 | |
| | ||||||
* | Bump up tzinfo to 0.3.23 | Santiago Pastorino | 2010-08-20 | 1 | -1/+1 | |
| | ||||||
* | Bump up rack-mount to 0.6.10 | Santiago Pastorino | 2010-08-19 | 1 | -1/+1 | |
| | ||||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -1/+1 | |
| | ||||||
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo | Santiago Pastorino | 2010-07-15 | 1 | -1/+1 | |
| | ||||||
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from ↵ | Santiago Pastorino | 2010-07-15 | 1 | -1/+1 | |
| | | | | action_dispatch vendor | |||||
* | bump erubis version to 2.6.6 and thor version to 0.13.7 | Santiago Pastorino | 2010-07-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Upgrade to Rack 1.2.1 | Jeremy Kemper | 2010-06-27 | 1 | -1/+1 | |
| | ||||||
* | Vendor unreleased rack-mount 0.6.6.pre dependency | Jeremy Kemper | 2010-06-27 | 1 | -1/+1 | |
| | ||||||
* | Bump rack-mount to 0.6.5 for tokenizer speedup | Jeremy Kemper | 2010-06-21 | 1 | -1/+1 | |
| | ||||||
* | Bump rack-mount version to 0.6.4 | Santiago Pastorino | 2010-06-12 | 1 | -1/+1 | |
| | ||||||
* | Bump i18n to 0.4.1 | Jeremy Kemper | 2010-06-05 | 1 | -1/+1 | |
| | ||||||
* | Unforce builder from AS | Santiago Pastorino | 2010-06-01 | 1 | -0/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Unforce tzinfo from AS | Santiago Pastorino | 2010-06-01 | 1 | -0/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Unforce i18n from AS | Santiago Pastorino | 2010-05-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | rack-test version updated and removed from Gemfile | Santiago Pastorino | 2010-05-31 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Bump rack-mount dependency to ~> 0.6.3 for CRITICAL FIX | Jeremy Kemper | 2010-04-16 | 1 | -1/+1 | |
| | ||||||
* | Revert "Require rack-mount 0.6.0 since 0.6.1 and later can't be bundled" | Jeremy Kemper | 2010-04-16 | 1 | -1/+1 | |
| | | | | | | They can be bundled. Just the git repos can't. Use rails/rack-mount for that. This reverts commit ef6cdc974f7c3d98eb0a3ad65761e10600f04110. | |||||
* | Require rack-mount 0.6.0 since 0.6.1 and later can't be bundled | Jeremy Kemper | 2010-04-14 | 1 | -1/+1 | |
| | ||||||
* | Bump rack-mount requirement to 0.6 | Joshua Peek | 2010-03-07 | 1 | -1/+1 | |
| | ||||||
* | Load RAILS_VERSION relative to the gemspec file. | Stefan Penner | 2010-03-06 | 1 | -1/+1 | |
| | ||||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -5/+4 | |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -1/+1 | |
| | ||||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -3/+6 | |
| | ||||||
* | rack-mount 0.5 support | Joshua Peek | 2010-02-15 | 1 | -1/+1 | |
| | ||||||
* | Revert to rack-mount 0.4.7 | Jeremy Kemper | 2010-02-12 | 1 | -1/+1 | |
| | ||||||
* | Wups, rack-mount 0.5.0 | Jeremy Kemper | 2010-02-11 | 1 | -1/+1 | |
| | ||||||
* | Bump rack-mount dep to 0.5.3 | Jeremy Kemper | 2010-02-11 | 1 | -1/+1 | |
| | ||||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -3/+3 | |
| | ||||||
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -14/+13 | |
| | ||||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -3/+3 | |
| | ||||||
* | rack-mount 0.4 | Joshua Peek | 2009-12-26 | 1 | -1/+1 | |
| | ||||||
* | Require rack-mount 0.3.3 | Joshua Peek | 2009-12-22 | 1 | -1/+1 | |
| | | | | Fixes "Rack-mount boot time is slow as shit" [#3567 state:resolved] | |||||
* | Float on rack/master in preparation for rack 1.1 gem release | Joshua Peek | 2009-12-22 | 1 | -1/+1 | |
| | ||||||
* | Update rackmount to fix some pending tests | Joshua Peek | 2009-12-05 | 1 | -1/+1 | |
| | ||||||
* | Rackmount 0.3.0 | Joshua Peek | 2009-12-02 | 1 | -1/+1 | |
| | ||||||
* | Bump required rack-mount version to 0.2.3 | Joshua Peek | 2009-11-29 | 1 | -1/+1 | |
| | ||||||
* | Require rackmount >= 0.2.2 | Joshua Peek | 2009-11-23 | 1 | -1/+1 | |
| |