Prasad Surase

Results 8 comments of Prasad Surase

@dblock I created sample [app](https://github.com/prasadsurase/check-rails-5) using ruby 2.3.0, rails 5.0.0, mongoid(github master branch) and mongoid(0.6.0). 1) Can't create a new User because of validation errors. ``` ruby 2.3.0 :014 >...

@dblock @sivagollapalli that might be the case but the app link that I have provided in the latest comment runs on rails 4.2.

for further explanation, ``` ruby 2.3.0 :003 > HistoryTracker.ancestors => [HistoryTracker, Mongoid::History::Trackable, Object, PP::ObjectMixin, EasyDiff::SafeDup, ActiveSupport::Dependencies::Loadable, Mongoid::Extensions::Object, BSON::Object, Origin::Extensions::Object, JSON::Ext::Generator::GeneratorMethods::Object, Kernel, BasicObject] ``` expect for **Mongoid::History::Trackable** and **Mongoid::Extensions::Object** no other...

@Shwetakale Although, Rails application is independent of whenever, you can access the rails timezone as ```ruby require File.expand_path('../config/environment', __dir__) every :day, :at => Time.zone.parse('09:30am') do rake "leave_reminder:daily" end ``` Also,...

@martinos Is the issue solved? I wasnt able to reproduce the issue on OSX(10.11.6 (15G31)), ruby 2.2.2p95 and main 5.3.2.

@Priya101 Yes. Assuming that you are using minitest-rails, you can create controller test as ``` cmd rails g controller Users --test ``` The test will be as ``` ruby require...

@UsmanMalik Are the log files present? Have you been able to figure out the solution?

@anilmagapu are you still facing this issue? could you please post the contents of _config/schedule.rb_ file as is.