
Add Profile page for users
3
Rails
Hello,
Before i begin with my question, i would like to introduce myself. So i was introduced to ruby on rails via a friend around a couple of months back, when i decided to enroll myself with one...
shakycode replied
Solved

Problem with upgrading to Rails 4.2.2
9
Rails
Hi all,
Hope that someone here can help. I just got an old mac back and bumped it up to OSX 10.10.3 (was on snow leopard). Did a whole reinstall for homebrew, rbenv (was rvm), ruby (2.2.2), rails...
Chris Oliver replied
Solved

Pundit for RESTFUL actions on Model fields
3
Rails
Hey does anyone know how to use Pundit to control a users ability to edit a field. I'd like all users to be able to change simple things like their name but I want admins to be the only one's who c...
Chris Oliver replied
Solved

Is Devise always a good choice?
11
Rails
I am building a contest/promotion app (see my other thread) and am now to the point at which I want to add users. I've used Devise in the past, and have also rolled my own auth system. I like the c...
shakycode replied
Solved

Multi Model Sign-up Wizard
7
Rails
Related to my previous thread (https://gorails.com/forum/structure-guidance-multi-tenancy-authentication-authorization) I plan to have authorization with Devise and some sort of role based system (...
Dan Tappin replied
Solved

Implementing Markdown Support in Forums
3
Gems / Libraries
Hi Chris,
I watched all of the videos in the Forum Series -- nice work!. I'm wondering if you're still planning on getting around to showing us how to implement support for Markdown within the fo...
Michael Stitt replied
Solved

2 submit button in 1 form
3
General
Hi Chriss,
Would like to ask do you have any plan to make a video about 2 submit button in 1 form for example Save as Draft & Publish button when creating a post?
Chris Oliver replied
Solved

Bundle issues
2
Rails
Hi,
I'm starting the forums tutorials, and I keep get this bundle error. I've tried bundle update and get the same thing:
Bundler could not find compatible versions for gem "sprockets":
In Gemf...
Chris Oliver replied
Solved

where to look for errors besides nginx error logs
3
Servers
Hi,
My currently deployed Rails app seems to have issues with uploading images to Amazon S3 storage through CarrierWave.
I get the familiar "We're sorry, but something went wrong." message.
I ch...
shakycode replied
Solved

Feature Guidance - Linked Posts
3
General
Hey Fellow GoRailers,
I have a feature that I'm implementing and some guidance would be well appreciated.
It's linked posts: every time a posts gets updated, a link is placed on the original repor...
Rory Walker replied
Solved