Thanatos

363
reputation
31 views

Registered User

name Thanatos
member for 1 year
seen 10 hours ago
website
location US
age 25
Ruby Developer at Viget Labs
Dec
5
awarded  Notable Question
Oct
8
comment Incompatibily between ruby and mysql gem
What hosting service is this. That's ridiculous that they can't support the proper combinations. Also, they might be right that you should be on a VPS (but I understand that isn't helpful right now). I just wouldn't use their VPS service.
Oct
8
comment Ruby on Rails User Setup
I agree, that's a whole lot of coupling. You have no idea which of the many layers is breaking. It may also help to turn on ActiveRecord logging to see which queries are being generated.
Oct
8
answered Where to put to_xls and from_xls in a rails app
Oct
8
awarded  Commentator
Oct
8
answered Rails fixtures seem to be adding extra unexpected data
Oct
8
comment Rails asset_host prefixes are showing up in every URL
It shouldn't be coming up in a link_to of any kind. That setting is meant to affect the css/javascript/image asset helpers. Either way, here's an example: link_to 'Your Url', user_url.
Oct
5
comment Changing a Rails route based on deployment type
In general, using Rails.env.production? is the way to go. It could also be used in a before_filter that redirects to https, but this works just as well.
Oct
5
comment rails number_to_currency bug?
Using ruby-debug might be useful in this case to step through the code.
Oct
5
asked Rails asset_host prefixes are showing up in every URL
Oct
5
comment what does “?” in ruby means ?
The comments are more accurate than the original response.
Oct
5
comment Who are good web hosts for Ruby on Rails projects?
I've not had great luck with dreamhost, maybe because they aren't very flexible in their service. Everything I've ever built with rails has been better-off on a VPS.
Oct
5
answered Who are good web hosts for Ruby on Rails projects?
Sep
16
awarded  Yearling
Jul
16
awarded  Nice Question