[Rails] Re: Why did you switch from Django to Rails?

2013-05-12 Thread Abdullah Esmail
Personally, I went from rails to django to rails to django to rails again. I think the main reason I like rails is ruby. Once I understood the rails system and ecosystem, I chose it to be my default option for new apps. One thing that the rails community tends to do is living on the edge. For me

[Rails] Multiple forms to create multiple records for multiple users

2013-01-30 Thread Abdullah Esmail
Hello. I have come across a scenario where I need to save multiple records for multiple users on the same page. User has_many :shifts Shift belongs_to :user I need to show multiple shifts for each user on the same page and the administrator will just enter some values and click save. Example: