Search Results for "how-do-i-create-an-rspec-double"
Lessons
Forum Threads
GitHub Actions with Ruby on Rails: Setting up Continuous Integration Discussion
Your node version is too old (see the webpack-dev-server line)
> Expected version ">= 12.13.0". Got "10.16.3"

19
General
Group Chat with ActionCable: Part 7 Discussion
Hey Chris just to let you know, document.hidden did not work for me, so i test documen.hasFocused() == true and it works just fine.

31
General
How to add Notifications to Rails with Noticed Discussion
Can we use a PORO class to deliver ?
This is what I did
# app/models/new_email.rb
class NewEmail
attr_reader :params
def initialize(params)
@params = params.permit(:to, :subject, :b...

35
General
Sending emails with Mandrill Discussion
Hi Chris, I am reading gibbon gem but unsure on what it is exactly for? Would you describe how you are using it for gorails to illustrate?

50
General
Setup Ubuntu 13.04 Raring Ringtail Discussion
I found this article very informative,it is very helpful for getting rails installed.Thanks for sharing.Ruby on Rails Developer in india

67
General
Sign In With Twitter using Omniauth and the Twitter gem Discussion
I got this type of error please give me a way to solve it. https://uploads.disquscdn.c...

38
General
Looking for Rails work? / Hiring Rails developers?
Hi there. I know good fellows. They are looking Middle and Senior RoR developers now. Here their company's site https://sloboda-studio.com/ruby-on-rails/

52
General
API Authentication with an OAuth Provider Discussion
New installation of Doorkeeper doesn't seem to show tip about using `urn:ietf:wg:oauth:2.0:oob` for localhost. Can I still go ahead and use that or its not safe anymore?

43
General
Rails Counter Caches Discussion
Great episode Chris thanks for this video that's prevents lot of count() queries

15
General
Setup MacOS 10.10 Yosemite Discussion
As a sysadmin... I sometimes wondered if you guys had been drinking.

142
General
Forum Series Part 6: Search with Ransack Discussion
Ransack is really cool!

19
General
In-App Messages Between Users Discussion
I know how to find and choose good message tones at Phoneringtones.info

27
General
Authorization with Pundit Discussion
Has anyone else had any issue with their form not submitting? When Chris gets to creating a new post, for me it just stays on the form partial when I click submit. It's behaving as if the submit hr...

29
General
Rails for Beginners Part 36: Background Jobs with Sidekiq Discussion
Everything runs properly but the tweet is not posted. I have started redis, sidekiq and changed my timezone.
Can anyone help me?

16
General
My Development Environment Discussion
One thing that really helped me learn vim was vimtutor. If you have vim installed, you should already have it. Just type `vimtutor` in the console
https://superuser.com/questions/246487/how-to-use-...

27
General
How do I create an attendance form for student attendance?
Thanks!

11
General
Rails for Beginners Part 25: Twitter Account Model Discussion
I added a guard to make sure unauthenticated users could not trigger the OmniauthCallbacksController#twitter action
before_action :require_signin
where require_signin is a private method I define...

19
General
Select Or Create Field With Selectize.js Discussion
Hello everybody,
I have the following issues. While trying to install the code as provided, I get an error:
Uncaught TypeError: $(...).modal is not a function
at Selectize.create (post.js:34)...

23
General
Login with Multiple OAuth Providers using Omniauth Discussion
:+1:. I also noticed that the forum email notification misattributed my comment to "BrianGVose". Looks like there's a bug there.

17
General
Sending Emails with SMTP and Sendgrid Discussion
This helped me so much. Thanks a lot!!

28
General