Re: [Rails] Re: ActiveRecord and consistent timestamps in transactions

2015-05-27 Thread Henry Lawson
Hello, If I am understanding correctly, you need some mechanism to correlate several models together, you are hoping to use the created_at and modified_at timestamps provided by active record, to match the models using a timestamp. I see the created_at and modified_at timestamp's as database

[Rails] how to use local spring gem

2015-05-27 Thread Puneet Agarwal
Hi, I have downloaded the source of spring gem and made some changes. Now I want to use this modified gem in my application. So how to do that ? I tried 1 thing :- Firstly I added `gem spring, :path=path to my local spring folder` Then I ran `bundle install` successfully and it installed

[Rails] Fail to use statement IF in Selenium (With Ruby)

2015-05-27 Thread Rafael s
Currently I'm trying use a statement IF (If a button appears in the page, then run the IF), see the method *Login in the system*: If the button doesn't appear in the page, I would like to run the next method *Remove and add new expense* require selenium-webdriver require rspec require

Re: [Rails] Re: How was code reviewed before employing GitHub PR?

2015-05-27 Thread xx x
I see. Thank you very much! Fred. Shin 2015-05-26 23:28 GMT+08:00 Frederick Cheung frederick.che...@gmail.com: On Tuesday, May 26, 2015 at 11:46:59 AM UTC+1, shin00...@gmail.com wrote: Hello, I'm interested in understanding the code review process of Rails. I find that GitHub PR was