Getting stuck
2
General
Hi Everybody,
What am I missing?
I have a model called Exhibit that belongs to a Request model. I have a Note model with a polymorphic relationship as the note can be about either an exhibit or a ...
EshalHood replied
what options are there to license my rails application to endusers, like concurrent users or counted users. How can we manage that with rails, or so I need to write something from scratch
0
General
SO I have created an rails application, that I want to distribute for a fee.
It will be hosted on AWS elastic servers with autoscale.
I need to somehow have the ability to generate liceses for ...
jl@lejoly.com posted
My Development Environment Discussion
26
General
Vim tip: you can type :help [command] and vim will tell you what that command does. sometimes these descriptions can be so descriptive they're sort of confusing.the one that saved me SO MUCH time, ...
Arthur Cheek replied
Throttling Infinite Scroll Events in Javascript Discussion
0
General
How to Write C Extensions for Ruby Gems Discussion
1
General
Hey @chris, great screencast! Thanks!
Jurell Tanksley replied
How do I make a link_to from notice notification to pages created the notification?
1
General
example: I have a discussion page and when discussion created by admin, notification sent to all users and I want the users to go straight to the discussion page to read the created discussion by ...
Wakgari Baja replied
Solved
How to convert each pdf pages to an image and display a thumbnail?
1
General
Hi everyone,
I am new to rails and would like to ask how to create pdf thumbnails on each pages and/or convert each pages to an image and generate a thumbnail. Thank you.
VijayaKumar replied
Solved
Storing Product Properties
0
General
I'm creating a jewellery product catalogue application and I need to store properties for each product such as material, finishes, product type etc.
I've concluded that there needs to be a model f...
How can I integrate Amazon Native Ads
10
General
Im having troubles integrating Amazon Native Ads into my rails apps. I think its a problem with turbolinks but not really sure. Amazon says to just past this code into your html wherever you want...
Disabling ActionCable for Unauthenticated Users Discussion
14
General
Hey Chris,I tried to integrate the meta tag if else statement into the group chat app in the channels/chatrooms.js and got "cannot read property `send_message` of undefined" error. It was surprisin...
Imallek replied
How to use Google Maps and Markers Discussion
16
General
Awesome video. I am wondering how would I take the show page and link it to a different js file. The index.js is global correct? What would be the best way to setup a show view with just the map...
Jacques replied
Using TDD To Fix A Bug In The Kredis Gem Discussion
0
General
Need helping getting started with Ruby on an m1 MacBook.
0
General
I'm new to Ruby on Rails and am having trouble getting my first project up and running.
I used Rosetta to open my terminal and installed homebrew, ruby, rails, postresql, mysql, and sqlite3, as we...
Humusk1 posted
Link To Current Page With Params Discussion
2
General
thsi episode is too easy!
ConfusedVorlon replied
Vue.js Slots with Tailwind CSS and Rails Discussion
0
General
Weird error in cable ready?
0
General
cable_ready 4.5.0
rails 6.1.4.1
ruby 3.0.2p107
This is a simple example from the basic tutorial (https://www.youtube.com/watch?v=F5hA79vKE_E) I suspect the error I am getting is because either cab...
Pito Salas posted
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
Forum Series Part 3: Nested Attributes and fields_for Discussion
29
General
What do you think about using ActiveForm? https://github.com/rails/ac...
Pagination with will_paginate Discussion
12
General
Hey,That was a great screencast! Keep up the good work. I was just wondering if there's a way to limit users from accessing pages without any posts? Maybe by editing routes.rb?
Sandhya replied
How to use AMP with Ruby on Rails Discussion
1
General
Hey Chris, this is great, thank you!
One quick question - in my `` tag, I have a lot of code and multiple renders. I'm not sure where to put the canonical and amphtml links, since I have no `_hea...
Eduardo Lima replied