[Rails] Re: Remote Junior Ruby on Rails Developer

2014-01-17 Thread ismi
Hello, I'm interested with your vacancy. Do you still open for a team of RoR Developers? Because I would like to offer you our team to assist you :-) I'm waiting for your feedback. Thank you On Thursday, December 12, 2013 1:51:37 AM UTC+7, Ruby-Forum.com User wrote: Passionate with RoR! I am

[Rails] [Question] Is there any way to define class_name dynamically in has_many relation ?

2014-01-17 Thread Takashi Nakagawa
-- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send email to

[Rails] Re: JOB

2014-01-17 Thread Michael Roess
Hi Mary, I'm a freelance RoR Dev living in Brooklyn. If you're still searching feel free to contact me off list (michael (dot) roess [at] gmail.com) to talk about your needs. Best, Michael On Wednesday, January 15, 2014 8:15:32 PM UTC-5, mary wrote: Hi, I am looking for a ruby on rails

[Rails] RubyZip zip file creation works on localhost but not heroku

2014-01-17 Thread Curtis Ovard
I'm pretty sure you can't save files on heroku. You would need to save it to something like AWS. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] [Question] Is there any way to define class_name dynamically in has_many relation ?

2014-01-17 Thread Walter Lee Davis
Have you read anything about polymorphic relationships yet? That's a good place to start. Rails Guides, ActiveRecord Relations, read the whole page, but pay attention to the section on Polymorphism. Walter On Jan 17, 2014, at 4:55 AM, Takashi Nakagawa wrote: -- You received this

Re: [Rails] RubyZip zip file creation works on localhost but not heroku

2014-01-17 Thread Jordon Bedwell
On Fri, Jan 17, 2014 at 8:23 AM, Curtis Ovard ovar...@gmail.com wrote: I'm pretty sure you can't save files on heroku. You would need to save it to something like AWS. If it's for a user you could just offload it onto them too by using something like jszip and doing it in browser. -- You

[Rails] Re: How to know which gem version to install (Rails 3.2)

2014-01-17 Thread mike alex
Hi Frederick, I mean if I use a gem I don't know if putting gem 'gemane' will cause problems because the newest version of the gem only works with rails 4. I'm worried I start using gems and the newest version only works on rails 4 and it causes issues that I can't figure out. Thanks James!