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...
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 ...
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...
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
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.
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
Looking for Sr. RoR developer/consultant for SaaS web application
3
General
Greetings! I currently work for an agency that has developed an in-house project management solution in RoR. We are looking for a person and/or team that can support and guide/shape the application...
ViolentLeopard replied
Solved
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
__FILE__, __dir__, and Symlinks Discussion
0
General
Today I Learned!
1
General
I thought it would be fun to start a thread where we can post the things we've learned recently.
Today I learned that `__dir__` returns a full path while `File.dirname(__FILE__)` returns a relativ...
cjilbert504 replied
can't install rails
3
General
i have sqlite3 3.43.2 and ruby 3.2.2 on windows 11
I'm trying to download rails but nothing seems to be working. not homebrew, ubuntu or gem install rails bundler --no-document
i'm not sure which t...
anamint minths replied
How do I merge query parameters into URL like Nomad List?
0
General
[Nomad List](https://nomadlist.com/) is a crowdsourced database of cities for Digital Nomads. They do this really cool thing for SEO where as you apply filters, the database is queried and the home...
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...
Rails for Beginners Part 27: Twitter Accounts Page Discussion
17
General
This episode has been updated for Omniauth 2.0. 👍
How to use Fixtures to create sample test data Discussion
1
General
Chris, thanks for all the great videos. These are super informative.
I have a question about fixtures and TDD in general.
Should I be creating a fixture for every potential variation in my model?...
Authenticate By & Password Challenge Methods In Rails 7.1 Discussion
1
General
Great episode Collin! The `authenticate_by` method really is a bug piece of making _secure_ authentication from scratch in Rails. These are nuances that are important (and already done in Devise), ...