Rahul Kumar Srivastava

Joined

110 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Recurring events with the ice_cube gem Discussion

I am using ice-cube gem for recurring.
Condition:
I have a form which allows user to select datetime for recurring.
Now I want to schedule and run a background job based on user frequncy.
Like if the frequncy is daily hten that job should run daily. How can I achieve this using ice-cube gem.

Posted in Rails app integration with Salesforce REST API

I want to map rails application data element to salesforce data element

Posted in Browser Back button click.

I am using pagination and suppose I click on pagination count 3.
It opens the table afterwards I any one link.
After this I want to get back to same 3rd page so I clicked on browser back button, so inspite of sending me back to page 3, browser send me back to page 1.
Anyone have any idea??