| Commit message (Expand) | Author | Age | Files | Lines |
* | This is not needed anymore | Santiago Pastorino | 2010-08-15 | 1 | -9/+0 |
* | bringing over latest from master | Brian Lopez | 2010-08-09 | 1 | -1/+1 |
|\ |
|
| * | updates horo dependency to 1.0.1 | Xavier Noria | 2010-08-08 | 1 | -1/+1 |
* | | typo | Brian Lopez | 2010-08-02 | 1 | -1/+1 |
* | | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -0/+1 |
|/ |
|
* | Bump up nokogiri to 1.4.3.1 | Santiago Pastorino | 2010-07-29 | 1 | -2/+2 |
* | JRuby should not need system_timer, and cannot install it either | Nick Sieger | 2010-07-26 | 1 | -1/+0 |
* | using AREL from the environment if it exists | Aaron Patterson | 2010-07-25 | 1 | -1/+6 |
* | Gemfile now makes use of platforms calls with blocks instead of elsif logic t... | Santiago Pastorino | 2010-07-26 | 1 | -19/+20 |
* | bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem | Xavier Noria | 2010-07-22 | 1 | -1/+2 |
* | Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo | Santiago Pastorino | 2010-07-15 | 1 | -5/+5 |
* | Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_disp... | Santiago Pastorino | 2010-07-15 | 1 | -1/+0 |
* | Vendor unreleased rack-mount 0.6.6.pre dependency | Jeremy Kemper | 2010-06-27 | 1 | -1/+1 |
* | Depend on unreleased rack-mount 0.6.6.pre | Jeremy Kemper | 2010-06-25 | 1 | -0/+1 |
* | removes the documentation group from the Gemfile, thus making RDoc 2.2 requir... | Xavier Noria | 2010-06-16 | 1 | -4/+1 |
* | migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2 | Xavier Noria | 2010-06-16 | 1 | -1/+1 |
* | Removed textilize, textilize_without_paragraph and markdown helpers | Santiago Pastorino | 2010-06-09 | 1 | -4/+0 |
* | Bring pg back. | José Valim | 2010-06-08 | 1 | -1/+1 |
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
* | Made markdown honor :safe option and handle safe input. Also added tests for ... | rohit | 2010-06-08 | 1 | -0/+1 |
* | bump sqlite version to 1.3.0 | Santiago Pastorino | 2010-06-07 | 1 | -1/+1 |
* | Unforce text-format from AM | Santiago Pastorino | 2010-06-01 | 1 | -0/+3 |
* | Unforce memcache from AS | Santiago Pastorino | 2010-06-01 | 1 | -0/+3 |
* | rack-test version updated and removed from Gemfile | Santiago Pastorino | 2010-05-31 | 1 | -1/+0 |
* | More accurate JRuby gem requirements | Nick Sieger | 2010-05-20 | 1 | -5/+15 |
* | group :mri deleted in favor of RUBY_ENGINE and RUBY_VERSION usage. | Santiago Pastorino | 2010-05-19 | 1 | -8/+9 |
* | Enable ruby-debug only for MRI | Santiago Pastorino | 2010-05-19 | 1 | -2/+2 |
* | Added nokogiri dependency to Gemfile [#4617 state:resolved] | Priit Tamboom | 2010-05-16 | 1 | -0/+1 |
* | Gemfile requires sqlite3-ruby = 1.3.0.beta.2 | Santiago Pastorino | 2010-05-16 | 1 | -1/+1 |
* | Gemfile requires sqlite3-ruby 1.3.0.beta.1 | Xavier Noria | 2010-05-12 | 1 | -1/+1 |
* | Bundle json and yajl-ruby gems for AS::JSON testing | Jeremy Kemper | 2010-04-28 | 1 | -0/+3 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -2/+1 |
* | CI: omit ruby-debug19 from Gemfile since the ruby source dep hoses permissions | Jeremy Kemper | 2010-04-02 | 1 | -1/+1 |
* | Prep for beta2, depend on latest Bundler | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+1 |
* | ruby-debug19 doesn't install cleanly on 1.9.2 trunk | Jeremy Kemper | 2010-03-29 | 1 | -1/+1 |
* | ruby-debug19 added to Gemfile [#4290 state:committed] | Santiago Pastorino | 2010-03-28 | 1 | -0/+2 |
* | Actually, bring Arel back to Gemfile and use git repo since it helps developm... | José Valim | 2010-03-25 | 1 | -0/+1 |
* | Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x | José Valim | 2010-03-25 | 1 | -2/+1 |
* | Put MRI-specific dependencies in an MRI group | wycats | 2010-03-22 | 1 | -4/+5 |
* | db group makes more sense here | Santiago Pastorino | 2010-03-22 | 1 | -1/+1 |
* | avoid active_support/core_ext/time/conversions.rb warnings | Santiago Pastorino | 2010-03-21 | 1 | -0/+2 |
* | Float arel on latest rails/arel | Jeremy Kemper | 2010-03-10 | 1 | -1/+1 |
* | For rails tests, use latest from rails/arel.git | Jeremy Kemper | 2010-03-10 | 1 | -0/+1 |
* | Bump pg dep to 0.9.0+ | Jeremy Kemper | 2010-03-01 | 1 | -1/+1 |
* | Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica... | Carl Lerche | 2010-02-24 | 1 | -1/+1 |
* | adds rdoc dependency to generate the API | Xavier Noria | 2010-02-15 | 1 | -0/+4 |
* | CI: use minitest on 1.9 again. | Jeremy Kemper | 2010-02-11 | 1 | -8/+2 |
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -1/+1 |
* | No sense bundling sense it's not available in Rakefile. Also, actually require. | Jeremy Kemper | 2010-02-04 | 1 | -3/+0 |
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -1/+4 |