Lee Smith

Results 8 issues of Lee Smith

I'm on OSX 10.10.3, Firefox 38.0.5. It looks like the date input is not being recognized and falling back to today's date, which is not what the test is expecting....

So all I did was `rails g rspec:install` to regenerate the two helper files. I let it overwrite what we had and then I went through and enabled the options...

Remove database.yml so people can use their own database settings without having to worry about changes to database.yml. This might effect your Travis setup. Here's how I tell Travis to...

https://newsletter.shortruby.com/p/rails-71-authenticate_by-new-method https://blog.kiprosh.com/rails-7-1-adds-authenticated_by/

Much like Trello does, in the email that contains the link to reset a password, also include a link to cancel the reset request, thereby clearing out the `password_reset_sent_at` and...

It's been a while since the last release. Is there a possible date some time in the near future for a new gem release? Thanks!

I'm using Minitest in a Rails 7.1 app and I was expecting to be able to call navigation commands like `:Etest models` and it work exactly like Rspec navigation commands,...

I've got a rails 6 app using the latest versions of devise and omniauth-saml. The app allows any number of identity providers (IDP) to communicate with so to do that...