RailsGrunt

a noob working the ruby railroad.

getting my rails work in

June 20th, 2007

here are some projects that I have completed.


Read the rest of this entry

some new plugins to report.

June 11th, 2007

all your rails app definitely should use plugin exception notifier. its a very nice plugin to let you know when ever your rails app gets bombed. right now, i have it set up to send an email to my gmail account, which my samsung blackjack downloads every hour. so now i can really know when something goes bad within an hrs time.

another cool plugin i found was the lightbox helper posted over on agilewebdevelopment.com. Basically it makes using the lightbox functionality real simple to use in your views. i highly recommend it.

next plugin i found that is nice is busy ajax. this plugin puts the typical busy firefox spinner thingy next to your cursur when any ajax requests are being proformed.

still no solve the attachment_fu amazon s3 problem

June 11th, 2007

ive read through some forums that it could be lack of memory or fcgi, since someone on my hosting site reported that they are not having the problem once they switched over to mongrel. other than that, not really sure what the problem is. it could be timing out from the resizing/uploading the three files i have set. oh well for now.