Search Results for "can-anybody-give-me-some-tips-on-gorilla-mux-and-or-rice-go"

Lessons





















Forum Threads

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

Setup MacOS 10.11 El Capitan Discussion

100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied

Tracking Metrics with Ahoy and Blazer Discussion

20
General
Awesome episode! Thanks Chris!
CF Pro Tools replied

Recurring events with the ice_cube gem Discussion

47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

Setup Ubuntu 16.04 Xenial Xerus Discussion

110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

Sign In With Twitter using Omniauth and the Twitter gem Discussion

37
General
Excellent episode Chris! 2 off-episode questions: why does your version of Chrome have a "People" menu and any chance you'll post this to github?
Someone replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

How to use Devise with Hotwire & Turbo.js Discussion

81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks. <%= st...

[SOLVED] Decrypt S/MIME 'file.xml.p7m' with OpenSSL

7
Ruby
I am trying to implement a decoder for a bunch of files (e-bills with extension .xml.p7m) in my rails application within a specific helper. My goal is to upload the encripted files and read them p...
Chris Oliver replied
Solved

Ruby issue when doing cap deploy production

68
General
Hi, I'm following the Deploy Rails guide. However, when I run cap production deploy I'm getting this error message: $cap production deploy DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
shakycode replied

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion

53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. replied

Setup MacOS 10.10 Yosemite Discussion

141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

Searchick filter with scope

11
Gems / Libraries
Has anybody used searchkick with a scoped model? I have an `Article` model with `scope :published, ->{ where(status: "Published") }`. So In my `ArticleController` I did the following: ``` quer...
Owen replied
Solved

rails API -> structuring JSON - best practices

1
Rails
Is there any better alternative to jbuilder? Since fast_jsonapi is no longer maintained, what is the current 'best practice'? jb?
Esti Alvarez replied

on click

0
Javascript
Can anybody help me on disabling a icon on clicking a checkbox??
Neena-Relyon posted

rails binary tree and referral

0
General
Hi, i have an application and that is working clear but i wanna add multi level marketing binary tree module to my application. i created binarytree page and also created add_to_column to members ...
mustafa kahveci posted

Preferences & Settings with ActiveRecord::Store Discussion

24
General
Great stuff
sthapit replied

Forum Series Part 3: Nested Attributes and fields_for Discussion

29
General
What do you think about using ActiveForm? https://github.com/rails/ac...

RSpec w/capybara vs Mini Test

6
Testing
Hey guys, what are your thoughts on RSpec vs Mini Test. Which one do you use and why? Cheers, Drilon
Chris Oliver replied