Stripe gems: Koudoku or Payola
4
Rails
Has anyone used either https://github.com/andrewculver/koudoku or https://github.com/payolapayments/payola ? If yes, are you able to give any feedback regarding ease of use, ability to customise, e...
Solved
Setting Up A Third Party Theme
0
General
So I watched a video on the site on this topic but wasn't able to make any progress with my site.
I have an existing site that I wanted to refresh so I purchased a theme from themes.getbootstrap.c...
Basic CMS: Allow users to add custom CSS
0
Rails
For an App I am building, the platform provides users with a unique subdomain, which they can customize the layout by adding Rows, which have various templates to choose from. I want to allow users...
Is it safe to render the creditcard in my application
0
General
I'm currently adding stripe to my application. I think stripe form doesn't look that good, therefore I would like to beautify the form.
I found this gem https://rails-assets.org/#/components/card ...
How do I get Rails Ajax to work using ujs
0
Javascript
Hello,
I am trying to user ajax on rails using the ujs library.
I am calling the new controller action,with the remote: true property, however the request is being processed as JSON instead of JS.
Sortable List with GoRails Guide
0
Ruby
Hello all,
I have a question, I finished with the sorting of the list with Chris's help. But now I want to be able to sort the list by only when I drag the item from a div/icon/text.
Can you plea...
How to save a record in a nested form from a namespaced resource?
1
Rails
I have a nested form from a namespaced resource...
#Word.rb
```
class Word < ApplicationRecord
belongs_to :category
has_many :choices
accepts_nested_attributes_for :choices
validate...
STATISTICS APPLICATION
0
General
Hello everyone,
I am building a web app in rails to manage quality indicators of a financial institution. My apps use many complexe Queries. Unfortunately I am not very strong in rails so for my qu...
How do I get past rails server error
0
General
Hi, brand new to ROR. Running into error.
Background: Did install of both ruby and rails,
currently: ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32] with rails 5.2.0
I installed initi...
How do I update?
1
Rails
So, I'm following a YouTube video trying to create my first Blog. See the following link, at minute 13:50, https://www.youtube.com/watch?v=YCJqAZ--Sd8. I'm attempting to do ...
Rails stopped listening on localhost
0
Rails
I am a novice rails user, I have been plodding along without too much trouble until today.I use a Mac (just stating that in case my environment needs to be considered)After creating a new rails app...
User create Dynamic Role base
2
General
Hi! So my app uses CanCanCan and Devise for working with users. Now the app needs to have a feature where users can create role. How can I approach this new task.
Example:
Admin(User) can create ...
ActiveRecord/Routing madness
0
Rails
I'm not sure whats happening here, I feel like I've done this successfully in the past but for some reason my app is crashing all over.
This is quite simple. Ive got a model `Employees` and it has...
Solved
How to show a image on each property on index page
0
Rails
Good evening everyone,I am trying to create a real estate ad site and I do not know how to display the image associated with a property in each property displayed in the index page.I have a Propert...
Ruby on Rails migrations into a single migration?
0
Rails
Hi all. So i am a ruby on rails developer and I haven't used this feature earlier. So asking exactly how do I squash ruby on rails migrations into a single one?Any help would do.
Personal records
0
Rails
Hello! How to create an entry for each user? But only those creators can see these records
How to integrate mailgun in a rails app
0
Rails
Hi guys, I have a newsletter form where I collect the email of my users and I want to send the mails to mailgun to send them emails. how can I do that?!
React_on_rails 5.1.4
0
Rails
How to intergate react.semantic-ui.com in react_on_rails ...please help me ..thankyou very much
bad URI(is not URI?): Gotham Bold Regular.ttf error, how to fix?
0
Rails
I followed all the steps to add a fonts folder, register it with rails, and declare the @font-face in my .scss, but the same error keeps occuring. I am using rails 5.1.4, with the foundation frame...
How do I add the amount stored in my database to Braintree::Transaction.Sale?
0
Ruby
Hi all, I'm new to this community and also new to Ruby on Rails. I recently watched the Braintree integration screencast by Chris and I've been playing around with its Sand box integration.
I wa...