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...
Which is the simplest way to add ES6 to a Rails 5.1 app?
2
Rails
Hi! As of Rails 5.1.4, which is the most simple way to use ES6 in a Rails application?
How to make online product designer in ruby on rail
0
General
Hello i want to build this type of online product designer in ruby on rails. [Online Product Designer](http://fancyproductdesigner.com/). Anyone know about any gem that provides this type of functi...
Shrine vs. Carrierwave
0
Gems / Libraries
I noticed in the screencasts that the first one is on Carrierwave , but later on they're on all Shrine.
I really like https://github.com/diogob/carrierwave-postgresql (not sure if it supports Shrin...
How can I do drop down dependencies?
0
Rails
First: Apologies if already addressed.
i have two situations where i need dropdown/select dependencies and wondering if anyone can help with a simple way of handling this using Rails, gem, mininal...
How to render partial as a json response for json format?
0
Rails
Hi Guys.
Recently i ran into a problem which does not allowing me to render a partial as a JSON response for .json requests. Below you can get in more detail.
I have a partial resides in below pa...
How To Create A Gem For Frontend Javascript And CSS Libraries Discussion
4
General
Thanks for posting this video! it really helped me with creating my own gems.
here is the last one https://rubygems.org/gems/aw-highstock_rails
for pushing it to https://rubygems.org/ i used `gem ...
Marco Beffa replied
Inline Editing with Turbo Frames in Rails Discussion
5
General
How would you abstract the polymorphic path if you wanted to use the inline edit/fields partials both in forms that are namespaced like in an admin route (e.g. a form at admin/settings/show) but al...
Jeremy Bray replied
Share scopes/nested routes/inherited resources?
0
Rails
I'm in the process of learning Rails (loving it so far) and my play project (A task list, obvs) is structured a little like this:
Task -> belong to project/project has many tasks
Task has scope...
How to solve the human varification error in a website?
1
General
I am working on a client website, and the problem on human varification is appearing again and again, does any one know the solution. here is the page link which faced the most errors.
Simple_calendar how to only show start and end date on calendar?
3
Rails
Say I have an event that starts on a given day and stretches out a month to an end date. Is there a way to only show the start and end date but do not show on the calendar the event listed for all ...
Automatic Transcriptions Database Model Discussion
0
General
This series looks really interesting, can't wait for the new videos!!!
Adding a Blog Post Show Action Discussion
2
General
Thank you for explaining the "magic" as well - it really helps to see how it works underneath the hood for better understanding!
CarlosLeonCode replied
How to Extend the Ubuntu Default Logical Volume Partition Discussion
0
General
ActionText remove attach file button from Trix editor
4
General
Is there a way to prevent the attach file button in the trix editor for ActionText? I mainly want the formatting ability for things like bold, italics, number lists, etc. But do not want the atta...
Chuck replied
How can I use summernote editor in rails?
1
Rails
I am making a notebook app and wanted to implement the summernote text editor, the docs for summernote-rails are nearly 3 years old, and I could not find any other proper guides to implement it. An...
Briton Otieno replied