Activity
Posted in Deploy Fail
From the log output that you posted above it looks like you haven't set a secret key in your config/initializers/devise.rb
file:
From your log output:
Devise.secret_key was not set. Please add the following to your Devise initializer: config.secret_key ='string deleted'
Posted in Has any installed macOS Sierra yet?
Yeah, I installed it this past weekend and have been using it at work the last few days. No issues here. (definitely needed Xcode 8 GM though)
Posted in Has any installed macOS Sierra yet?
Yeah, I know what you mean. Worse case scenario for me is I'd have to stop work for a few hours and revert to my SuperDuper backup file.
Posted in Has any installed macOS Sierra yet?
Sweet. Good to hear. As always, I'll make a backup, but I think I might give it a shot this weekend.
Thanks Chris!
Posted in Has any installed macOS Sierra yet?
Just curious if anyone is running macOS 10.12 Sierra yet, and if so, how are things with your dev environment? Specifically with Homebrew and such?
Posted in Custom will_paginate Methods Discussion
Episode Request: Expand on this application to use ActionCable for entering scores and realtime updates of the leaderboard!!
Great episode Chris!
So slick, and relatively easy to do. Makes you wonder why some sites (big retail ones) have such crappy implementations of this type of thing.
Thanks!
Fantastic video Chris!
Question: Is this what websites use when you get an email from them for say, update your password, and when you click the link in the email it takes you directly to your user account not having to login at all. (Assuming that your cookies haven't recently been cleared and the browser isn't using those.)
Major props to this video, as well as ALL of your other screencasts. I've been doing Rails for a little over a year now, but I can really appreciate the subtle 'beginner' things that you mention, such as the simple associations explanation, in your videos; I feel like that definitely helps some people who are wanting to dive into Rails at an early level. Keep up the good work Chris!
NAILED IT! Thanks Chris!
Doing that does fix the error, but it doesn't show the icon.
<%= f.button 'Log in', class: 'btn btn-success', data: { disable_with: "<%= icon('spinner') %> Logging In..." } %>
Great tutorial! Just curious how I could implement this using the 'Font-Awesome-Sass' gem? I tried it, but it's throwing an error because of it having an ERB tag within an ERB tag.
I keep getting error on 'rbenv:validate'? Has anyone else seen this issue or know how to resolve it?