Activity
I would love to see this also!
Thanks. I also found that cloudinary has a Private feature for the pictures.
I am looking for something like Cloudinary that I can store w-9s that would be filled out by contractors. They get scanned and need to be stored for access at the end of the year. Do you think cloudinary would be secure enough for that or do you know of something that I could use that would encrypt them?
I am trying to set up after_sign_in_path_for and I am having some trouble with it. When the user signs in to localhost:3000 I would hope it would be able to send them to subdomain.lvh.me:3000/posts but it just keeps them at localhost:3000
This is my method
def after_sign_in_path_for
posts_url
end
Does anyone know how I should do this? I have already followed the direction on the devise page "How to scope login to subdomain. I am having the user log in on another page and when they log in, I want them to be directed to the post index page.
Cool. Thanks for the tips!
I just wrote a migration that went though the dates and changed them to the day before.
We did you change? I am getting the error "undefined method `to_hash' for nil:NilClass" And I was wondering if that could be the issue.
Posted in Adding event to date on month calendar
I have the calendar set up and all is working great. Right now I just have a button on the Month calendar page that says add event. The form opens and you need to select the date. I would like to add a button to each date square in the month calendar that is labeled new. You would click on the button and a modal would pop up and you would be presented with the event form with that date already filled out. How would I go about doing that? I have the modal working with Bootstrap but I am just not sure how to fill in the date for the user. Any help would be much appreciated.
That video was exactly what I needed. Thank you so much!
I am looking to change a boolean value on a specific date automatically. How would I do that.
For example, it I have a post and would like it to publish automatically in two days at 8am. Would would I need to accomplish that? Any help would be much appreciated!
I want to try this gem but I am just confused on how to configure it with the simple_calendar month view.