Search Results for "check-css-for-title-requirements-5ee566ec-8c52-41cb-802b-cde06c0f9124"
Lessons
Forum Threads
Setup Ubuntu 15.04 Vivid Vervet Discussion
rvm has first tier support for bash, and nominal support for zsh, and WILL NOT WORK in other shells. rbenv is the tool you need to use for other shells, or just do things manually.

39
General
Multitenancy with the Apartment gem Discussion
its possible to use this gem without subdomain. So every tenant will have same domain but inside the logic there is scheme segregation ?

80
General
SEEKING FREELANCER - Javascript configuration
Cool. I'll try it this afternoon. Thanks so much again.

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

28
General
How To Create A Gem For Frontend Javascript And CSS Libraries | GoRails - GoRails
I couldn't get this to work with a CSS-only gem :/ Any reason why my application.css would not be able to find my gem? Is it because it is a nested module (gem is called libloki-ui, not hosted on ...

25
General
Upload Progress with Refile Javascript Discussion
You have solved this problem?

33
General
Recurring events with the ice_cube gem Discussion
Hi Chris.
This is an old episode and an old discussion. But it's still relevant, I watched it and used it in my Rails 7 project. But what I want to add to the Set Schedule dialog are the 'until' a...

48
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
Styling with Bootstrap Sass Discussion
I have a really small question... How do i style a particular element in a particular controller action. I know there's a way to put the controller name in the body of appcontroller but i don't kno...

20
General
Group Chat with ActionCable: Part 5 Discussion
Hi chris,
Isn't storing chat id is vulnerable to XSS?

24
General
Stimulus JS Framework Introduction Discussion
nice Introduction Cris, it looks like this is going to be a great feature for future rails applications comes

28
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
Heroku deployment failing
I am trying to deploy this app to heroku. i get this error with the precompiling asset pipeline. I tried removing jquery from my Gem file but the error persists. log:
...
remote: Installing...

1
Rails
Inviting Users with devise_invitable Discussion
Hi Chris,
Thanks for the episode. Very helpful.
I know you have touched on this a little bit, could you elaborate more on the points to consider for when to override and customise the Devise::Invit...

46
General
In-App Navbar Notifications Discussion
This is exactly what I was looking for!! Thank you so much!!! I'd love to see how you integrate React to this feature too.

56
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Hey there !
I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying
01 SassC::SyntaxErro...

372
General
Simple newsletter sign up?
Getting it on Digital Ocean is easy. I can walk you through it. The GoRails deploy guide should give you everything you need to get started. Let us know where you're stuck and we'll chime in to ...

18
Rails
How to use Bootstrap with Webpack & Rails Discussion
Also going to add that I had issues with the tooltips triggering after I left the page and came back so to help with any conflicts with Turbolinks I changed addEventLstener to:
document.addEventL...

51
General
Firefox rendering issues
Hmm, you're right. I would check a couple things:
1. Make sure you're including any of the browser specific tags that you might be using for newer css styles. Make sure you include any of the `-mo...

2
General