RailsCasts Pro episodes are now free!

Learn more or hide this

Nishutosh's Profile

GitHub User: nishu786

Comments by Nishutosh

Avatar

@rbates Are you thinking to update this one ?

Avatar

I guess, you might have added the GoogleCalendars support.
I am facing problem in working out the google calender, event insertion using OmniAuth on google oAuth v3

Avatar

If I am using paperclip and have an upload option in first step.
Will the attachment be persistent in session/rack or I need to use some temporary table/model to store that file before the complete form is submitted ?

Avatar

@rbates
If I have a custom font how do I load that into the rails app.
@font-face is used in pure html for fetching the font face.
This can be useful for people working on premium apps with their own fonts.