How to Build a Forum with Jumpstart Pro
Here is what it's showing: ``` Prefix Verb URI Pattern Controller#Action discussion_posts GET /discussions/:discussion_id/posts(.:format) ...
Rob Thomas repliedHere is what it's showing: ``` Prefix Verb URI Pattern Controller#Action discussion_posts GET /discussions/:discussion_id/posts(.:format) ...
Rob Thomas repliedThanks guys. Good reminder about Basecamp. I did already know that, being a user of both Classic and Basecamp 2. Very interesting that they keep every version alive. Thumbs up for the rewrite so f...
Daniel Weaver repliedI am trying to create a game where two players are created at once being of same class(Player).
sameer postedI have two rails application "base1" and "base2". base1 uses db1 and have multiple tenants inside this database. "base1" is multitenant application using apartment gem. "base2" is single tenant app...
Abhishek Aravindan postedI have a table Operations with two columns referenced to Accounts. One column is called **debit_id** and other **credit_id**. Model looks like ``` belongs_to :debit, class_name: :Account, opt...
Kolbasoid postedRemoving buttons does seem to be easily done with css, but what about adding custom buttons like h1, h2, h3, underline, indent, etc? Seems like ActionText (via Trix) would have some config options...
Adam Stockland repliedI figured it out. When using bootstrap-sass you need to use bootstrap 2 or 3. Thanks.
Jeremy Hill replied • SolvedYou can try `RUBY_CONFIGURE_OPTS=--disable-install-doc rbenv install 2.6.3` instead of `rbenv install 2.6.3`
jundalisay repliedI just bootstrapped a Rails app with the basic Jumpstart template (amazing work! 🙌) and I see a `dump.rdb` file was generated in the app root directory. I assume this is from the runnign Redis ins...
Daniel Weaver postedI'm sticking with the external service for now. The biggest advantage is that it's already written and working. Each video encode takes around 10 seconds and if I get a lot of users the server res...
Daniel Weaver repliedThanks for your help.
William Jones replied • SolvedSeems like a no brainer then haha. No harm in starting a new project and just updating once it goes to stable, I will let you know how I get on.
Alan Reid repliedWicked is pretty great. It's about as simple as it gets because if you built it yourself, you'd basically be creating wicked. I don't know of many other options, but it's pretty easy to use.
Chris Oliver repliedHey Stefan! Everything is basically exactly the same, except that your Javascript is now in `app/javascript` instead. The easiest way to setup a channel is just to run the rails generate for it:...
Chris Oliver repliedTry upgrading to Ruby 2.6.3 (it's the latest version anyways). There was an issue in Ruby core that they mentioned here in this discussion about the issue. https://github.com/bundler/bundler/issu...
Chris Oliver replied • SolvedHey guys. I am new to Rails. I have installed Rails 5.2.3. I have Ruby 2.6.3. Both are confirmed to be operational when running the --version command. I have tried to create a new rails app calle...
FSirju postedYou rock Chris! Thank you. The second solution of routing to "posts#index" was exactly what I had in mind.
MikeLangford replied • Solved## Great Idea, Really Great Thanks, I've been needing this for a long time. Do you have any idea on how to implement an http server instead? ### This is the current situation: I have two domains, o...
Alien repliedYou could also use rbenv https://github.com/rbenv/rbenv which I personnaly prefer, that said, RVM does a fantastic job too !
Daniel Gagne replied