How to Migrate from Heroku to Hatchbox.io Discussion
I always get the error `pg_restore: error: could not execute query: ERROR: cannot drop schema public because other objects depend on it`. It happens even if I clear all data from my hatchbox DB (u...

10
General
Keeping track with Annotate Discussion
Anyone having issues with the command 'annotate' not working in the command line after following this tutorial?

10
General
Direct File Uploads to S3: Part 3 Discussion
I haven't done direct uploads with Shrine v3 yet, but that's on my todolist.

52
General
How do I display several posts in related "weeks"
Wow, you can't imagine how much you helped me. Thank you. I think I learned a lot already, because I started to write my own blog as a Rails application, but I have to admit, that it was not a good...

18
General
Exporting Records To CSV Discussion
Newbie question...I have two models a user model and a coupons model that are associated (coupons belong to user). How do I include the export of a parent model (like user.name field) in the CSV a...

59
General
API Authentication with an OAuth Provider Discussion
I am not sure what i am doing wrong but i keep hitting
```
Started GET "/oauth/applications" for 127.0.0.1 at 2018-09-13 14:37:44 +1000
Processing by Doorkeeper::ApplicationsController#index ...

42
General
Format of created_at for date range using Searchkick
Those plain fields that aren't using `form` like `form.date_filed` always trip me up too. Small argument differences can mess up your params really easily. Thanks for sharing! :D

13
Rails
Got error message when I install Capistrano, stuck at deployment for two days.

24
Servers
Does anyone know whether this is a limitation of the Flash Player in Linux platforms?

0
General
Why isn't the Boostrap Dropdown not working in the menu after loging in ?
Thank you very much :)

11
Javascript
GoRails: Question And Answer #1 Discussion
Been wondering where to use STI for admin or administrate gem or any other gem

2
General
Direct File Uploads to S3: Part 2 Discussion
Hey, Chris! According to the Shrine plugins page, "direct_upload is [OBSOLETE]" and they want you to "Use `upload_endpoint` and `presign_endpoint` plugins instead." I have been following along with...

33
General
How to Remove Unused CSS Classes from Tailwind CSS, Boostrap, and more with PurgeCSS Discussion
How does this work with .haml templates instead of .erb?

13
General