[Rails] Re: Controller / irb

2014-09-26 Thread Mohammed Rashid
Thank you Michal, your post is at must help, however I have discovered a new gem called fullcalendar. Do you think that with this, you can link these id's so that we can view each attribute in a calendar. So basically like the day will be on the left but then I will be able to display this pers

[Rails] Re: Controller / irb

2014-09-24 Thread Mohammed Rashid
Muskalek wrote in post #1158351: That is because your name method is called recursively - the `return name + ""` is calling `name` once again and again and again... If you want to access raw attributes from database on ActiveRecord models, you can always use `self[:name]`. It might be conveni