RailsCasts Pro episodes are now free!

Learn more or hide this

Jose's Profile

GitHub User: jlstr

Comments by Jose

Avatar

Hello!

What about Resource Routes with segment keys? I can't seem to get thing to work in that particular case. Please review: http://stackoverflow.com/questions/17201127/how-can-i-use-private-pub-with-a-resource-route-that-has-a-segment-key

Avatar

Hello!

Does anybody know if Travis CI will run this type of tests? Having a lot of trouble finding info. on that particular subject.

Avatar

Looks like a good idea, I'll use it in my future projects!

Avatar

That successfully removes column names that aren't created from foreign keys.
Let's say there's a product model that has many photos, then a has photos option will appear in the drop down, do you know how to remove it? Thank you.

Avatar

How can I use queue_classic to send emails? I can pretty much make queue_classic call any method and Queue it successfully, but when it comes the time to call an ActionMailer method or a class method that wraps an ActionMailer call, it simply Doesn't work!

is there an additional configuration needed?

PS. I can see the method being queued in the queue_classic_jobs table and then being removed, but it basically does nothing(does not send the e-mail) :(

Avatar

Fantastic Episode! I never knew that just by moving the position of the javascript tag in the Layout File you could accomplish so much! This is really useful! Thank you Mr. Bates

Avatar

That'd be really awesome, I've took it for granted it hasn't changed that much, But I'm betting I'm wrong! I too want to see what awesome things you can do with content_for and content_tag