Joined May 2012
·
Posted to
Simple async files in Rails 3+
over 1 year
ago
@mdeiters It's a really frustrating area. I've also meddled with direct-to-s3 flash uploading. In this case I wanted something quick and simple for an internal app. Though hilariously I spent about 3 hours trying different solutions until I decided on this.
Chute looks interesting and relevant to a project I have coming up, will have a play.
Posted to
Organising SASS Assets in Rails
over 1 year
ago
@koraktor Good idea. Makes a bit more sense.
Achievements
390 Karma
20,533 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
@rhys Oh yeah, definitely use sass for almost everything. I even mentioned that "You shouldn't use the asset pipeline to include all your sass files.". But when you're working with stuff like a reset/normalize stylesheet or packaged styles I feel it's better to use the pipeline.