garbage collection

less info
2,365 reputation
2930
bio website allfuzzy.tumblr.com
location Seattle, WA
age
visits member for 2 years, 6 months
seen yesterday
stats profile views 338

enter image description here

Ruby / Ruby on Rails enthusiast


Jun
12
comment Ruby on Rails- ActiveRecord::ConnectionNotEstablished on localhost:3000
Rails 3.1.1 most likely is incompatible with latest sqlite. Use 3.2.13.
May
31
asked Find and delete all the directories named “test” in linux
May
27
comment Cannot install ruby-1.9.2 in Mac OSX 10.8.1 due to symlink error
Unfortunately, brew doctor doesn't help very much. It just told me to run brew link on apple-gcc42 which is precisely the problem.
May
27
comment brew doctor says “Error: /usr/bin occurs before /usr/local/bin” how to fix?
Instead of ~/.profile, I used ~/.bash_profile in OS X Lion
May
24
awarded  Popular Question
May
23
comment Full assets path in application.html.erb layout
Might be browser cache. Have you tried clearing your browser cache?
May
22
answered Rails form_for redirecting to different method
May
22
comment Object doesn't update when I save
This sounds like you can't save because there's some validator you haven't showed us that's failing the save method. save! should tells you which validation is failing the method
May
22
comment Object doesn't update when I save
After d.reason = "This is a reason" and d.save, can you find the record by doing Dispute.find_by_reason('This is a reason')?
May
21
comment Why Is there an Error for my Test Code but not When I visit the Page Manually?
Very good idea! I'm doing it too now.
May
20
answered Why Is there an Error for my Test Code but not When I visit the Page Manually?
May
15
comment render_to_string in lib class not working
If you are trying to use it with instance variable, go like this :locals => {:@instance_variable => value}
May
15
comment How to pass variables to render_to_string?
I've been trying to use render_to_string from model. In order to use with as instance variable, I had to do ActionController::Base.new.render_to_string(:template => "template", :locals => {:@sender => sender})
May
14
answered Rails - how to find out user's role in the system?
May
9
accepted ruby regex: match URL recurring pattern
May
9
asked ruby regex: match URL recurring pattern
May
3
comment Find if there is a line on table : count or first?
Why don't you do each one yourself and see how long it takes?
May
2
reviewed Approve suggested edit on Having issues building a rails query that includes three associated models
Apr
30
comment how to fetch female users to mail in ruby on rails
See the updated answer
Apr
30
revised how to fetch female users to mail in ruby on rails
picking random