- Jan 26, 2012
-
-
Jonne Haß authored
-
danielgrippi authored
-
Dennis Collinson authored
-
Maxwell Salzberg authored
-
Dennis Collinson authored
-
- Jan 25, 2012
-
-
Dennis Collinson authored
-
Maxwell Salzberg authored
You can now use rake assets:precompile to upload all of your static assets to s3. This uses your prexisiting settings in AppConfig for s3. then, start your server with ASSET_HOST={cdn_hostname} remember to include https and no trailing slash
-
Jonne Haß authored
-
Jonne Haß authored
collapse Post#last_three_comments and Commentable#last_three_comments, do not double query comments in CommentsController#index for a JSON response, remove spec that tests ordering as it's not deterministic on psql without specified order
-
danielgrippi authored
don't use .last(3), use .limit(3) instead. also, don't put an order on an association as it isn't overridable. (this commit minimizes AR object instantiation in the stream)
-
Maxwell Salzberg authored
-
Maxwell Salzberg authored
remove a bunch of unused images. we might use one or two of these on test but we can deal with it later [ci skip]
-
danielgrippi authored
-
Maxwell Salzberg authored
-
Maxwell Salzberg authored
chance to test it first Revert "finally found a way to disable airbrake [ci skip]" This reverts commit 8aafd564.
-
Maxwell Salzberg authored
-
Jonne Haß authored
-
danielgrippi authored
-
danielgrippi authored
-
- Jan 24, 2012
-
-
Maxwell Salzberg authored
-
Maxwell Salzberg authored
-
Maxwell Salzberg authored
if it is in any bundler group #confused
-
danielgrippi authored
add unicorn back in. only use one worker process for now. also, move chrome_frame middleware into the correct load path in lib. [ci skip]
-
Jonne Haß authored
-
Daniel Grippi authored
use guid instead of id for /people/ urls
-
Maxwell Salzberg authored
-
Jonne Haß authored
-
Jonne Haß authored
-
Jonne Haß authored
-
danielgrippi authored
-
Jonne Haß authored
This fixes posting to a single service for Ruby 1.9 For some reason Rails doesn't convert a single foo[]=bar not to the expected :foo => ["bar"] but to :foo => "bar" On Ruby 1.8 String#map exists and just yields self, on Ruby 1.9 String#map got removed
-
Jonne Haß authored
-
Jonne Haß authored
-
Sarah Mei authored
jammit is looking for this file. @denniscollective have a look at this tomorrow and remove if we don't need it
-
Sarah Mei authored
Update config/assets.yml
-
David Morley authored
-
Dennis Collinson authored
-
Dennis Collinson authored
-
Dennis Collinson authored
-
Dennis Collinson authored
-