You are on page 1of 4

7/26/2017 Community - GoRails

Series (/series) Screencasts (/episodes) Community (/forum) Account (/users/edit)

Community

ASK A QUESTION (/FORUM/NEW)

Filters

All Threads (/forum)


Answered (/forum/answered)
Unanswered (/forum/unanswered)

By Category

All (/forum)
CSS (/forum/category/css)
Databases (/forum/category/databases)
Gems / Libraries (/forum/category/gems-and-libraries)
General (/forum/category/general)
Javascript (/forum/category/javascript)
Rails (/forum/category/rails)
Ruby (/forum/category/ruby)
Servers (/forum/category/servers)
Showcase (/forum/category/showcase)
Site Feedback (/forum/category/site-feedback)
Testing (/forum/category/testing)
Tips (/forum/category/tips)

Subscribe to GoRails (/pricing) to join the conversation. Ask questions about your code, get help adding a new feature, and discuss implementation
details with other members.

(/users/1) 18
Looking for Rails work? / Hiring Rails developers? (/forum/freelancer-seeking-freelancer) posts
GENERAL (/FORUM/CATEGORY/GENERAL) ASKED OCTOBER 26, 2016 4:35PM BY CHRIS OLIVER (/USERS/1)
(/forum/freelancer-seeking-freelancer)
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails
freelancer or if you're a freelancer looking for work. *Please lead with either ...

(/users/7316) 15
What are your goals for 2017? (/forum/what-are-your-goals-for-2017) posts
GENERAL (/FORUM/CATEGORY/GENERAL) ASKED JANUARY 5, 2017 9:21PM BY ALAN REID (/USERS/7316)
(/forum/what-are-your-goals-for-2017)
Hello all! Hope you all have a great holiday and heres to an awesome 2017 to you all :) One of my goals for 2017 is
to learn new stuff. One of the things i want to do, is to expand my understa...

(/users/10439)
6
Advice on implementing a template system in Rails (/forum/implementing-a- posts
template-system-in-rails)
(/forum/implementing-a-template-system-in-rails)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 11, 2017 5:47PM BY JAMIE CARR (/USERS/10439)

I am currently building a Rails app that allows users to create and manage projects. Within these projects are different groups and tasks which
are of course associated models belonging to the proj...

(/users/7979) 3
posts
Limiting lesize upload when using Shrine + AWS S3 (/forum/limiting-
https://gorails.com/forum 1/4
7/26/2017 Community - GoRails
Limiting lesize upload when using Shrine + AWS S3 (/forum/limiting- (/forum/limiting- lesize-upload-when-using-shrine-aws-s3)
lesize-upload-when-using-shrine-aws-s3)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 14, 2017 5:11AM BY MASUD HOSSAIN (/USERS/7979)

I built my le upload using Chris's guide (https://gorails.com/series/direct-uploads-to-amazon-s3), and i'm trying to gure out a way to increase
limit the upload size of each le. Right now it ...

(/users/13053)
3
How do I prepopulate table data for a new registered posts
user? (/forum/how-do-i-prepopulate-table-data-for-a-new-
registered-user) (/forum/how-do-i-prepopulate-table-data-for-a-new-registered-user)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 21, 2017 9:50PM BY ALEX R (/USERS/13053)

I'm wondering how would one go about prepopulating certain data table for a new user? Let's say I have a table with posts and a table with
likes, and when new a user registers I'd like to make it s...

(/users/6696)
3
[Hatch Deployment] - Cannot bundle posts
commonmarker due to cmake (/forum/hatch-
deployment-cannot-bundle-commonmarker-due-to- (/forum/hatch-deployment-cannot-bundle-commonmarker-due-to-cmake)
cmake)
GEMS / LIBRARIES (/FORUM/CATEGORY/GEMS-AND-LIBRARIES) ASKED JULY 21, 2017 3:28AM BY LAURO SILVA (/USERS/6696)

Im using commonmarker for the HTML::Pipeline::MarkdownFilter. And when trying to deploy my app, I get this exception: ```
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. ...

(/users/203) 1
Are there any WORM (write once, post
read many) data stores that
integrate well with Rails? (/forum/are-there-any-worm-write-once-read-many-data-stores-that-integrate-well-with-rails)
(/forum/are-there-any-worm-write-
once-read-many-data-stores-that-integrate-well-with-rails)
DATABASES (/FORUM/CATEGORY/DATABASES) ASKED JULY 21, 2017 7:58PM BY CHRIS ZEMPEL (/USERS/203)

I've gotta store a bunch of events, which are snippets of data that contain information about a thing that happened inside the system I'm
working on. I'm building out audit trail, which could poten...

(/users/12267) 11
Looking to upload les to posts
local le storage on server.
Recommended best to (/forum/looking-to-upload- les-to-local- le-storage-on-server-recommended-best-to-handle-multiple)
handle multiple?
(/forum/looking-to-upload- les-to-local- le-storage-on-server-recommended-best-to-handle-multiple)
GENERAL (/FORUM/CATEGORY/GENERAL) ASKED JULY 14, 2017 8:10PM BY CHRISTOPHER STEWART (/USERS/12267)

I am looking to upload multiple les to local le stoarage on a server. They could be images, excell les, pdf's, .dwg etc. Do I need to somehow
declare what type of le is being uploaded o...

(/users/9634)
5
PDF Receipts not working (/forum/pdf-receipts-not-working) posts
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 19, 2017 7:13PM BY ADRIAN DEGUS (/USERS/9634)
(/forum/pdf-receipts-not-working)
I just nished working through the pdf receipts video but can't get it to work. I have the webhook working and all charges
are displayed properly, but the link to the pdf 404's. Can you see whe...

(/users/9634) 3
Stripe - Question about canceling accounts (/forum/stripe-question-about- posts
canceling-accounts)
(/forum/stripe-question-about-canceling-accounts)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 18, 2017 2:29AM BY ADRIAN DEGUS (/USERS/9634)

I just nished following the screencasts on setting up Stripe, everything went well! I have my app setup to cancel accounts `:at_period_end` so
that subscribers can continue accessing content t...

(/users/5030) 2
How to deploy in Google App Engine? (/forum/how-to-deploy-in-google-app-engine) posts
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 18, 2017 8:28PM BY JORGE DOMINGUEZ (/USERS/5030)
(/forum/how-to-deploy-in-google-app-engine)
Hi there Guys! So its possible to get a video tutorial on how to deploy a Rails App in GAP?

https://gorails.com/forum 2/4
7/26/2017 Community - GoRails

(/users/5672) 13
How do I get redirect to view after create action using posts
Vue.js (/forum/how-do-i-get-redirect-to-view-after-create-
action-using-vue-js) (/forum/how-do-i-get-redirect-to-view-after-create-action-using-vue-js)
JAVASCRIPT (/FORUM/CATEGORY/JAVASCRIPT) ASKED JULY 17, 2017 7:22PM BY TABISH IQBAL (/USERS/5672)

Out of interest, have a weird issue. Trying to do a redirect after create. The record is being created just ne, but get a 500 error on the redirect?
Using an ajax call using Vue-resource. Below...

(/users/12926) 1
Capybara is sending HTML format on request instead of JS post
(/forum/capybara-is-sending-html-format-on-request-instead-
of-js) (/forum/capybara-is-sending-html-format-on-request-instead-of-js)
TESTING (/FORUM/CATEGORY/TESTING) ASKED JULY 17, 2017 7:16AM BY ZUBIN TEHERANI (/USERS/12926)

The feature works perfectly on the browser, however on the tests when Capybara clicks the submit button the request is processed as an
HTML: `Processing by SearchController#index as HTML` Inste...

(/users/12171) 2
From where to start for developing a Shopify application? posts
(/forum/from-where-to-start-for-developing-a-shopify-
application) (/forum/from-where-to-start-for-developing-a-shopify-application)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 15, 2017 12:11PM BY HAYTHAM EGHBARIAH (/USERS/12171)

Hello, First of all thank you Chris for supporting students like me with so limited budget! I'm really happy to be part of this community. I'm a
Java programmer, and I know basics of Ruby, and...

(/users/12199) 2
Spell check (/forum/spell-check) posts
SITE FEEDBACK (/FORUM/CATEGORY/SITE-FEEDBACK) ASKED JULY 12, 2017 8:59PM BY RAILS ADDICT (/USERS/12199)
(/forum/spell-check)
Hi, it seems that spell check only works for title not for the body of posts.

(/users/12199) 1
Screen Capture For GoRails Videos (/forum/screen-capture-for-gorails-videos) post
GENERAL (/FORUM/CATEGORY/GENERAL) ASKED JULY 12, 2017 8:57PM BY RAILS ADDICT (/USERS/12199)
(/forum/screen-capture-for-gorails-videos)
Hi, i was thinking of making an udemy video and was wondering what software is used in the gorails videos or if
anyone has any suggestions? i also want to be able to use a tablet to write on the sc...

(/users/2009)
2
how do i display search results (/forum/how-do-i-display-search-results) posts
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 11, 2017 7:22PM BY NEIL PATEL (/USERS/2009)
(/forum/how-do-i-display-search-results)
Following on from my prev question regarding implementing search using the geocoder gem
[https://gorails.com/forum/how-do-i-implement-search-by-postcode-zipcode-using-the-geocoder-gem] I have i...

(/users/12199) 1
Is there less opportunity for junior developers/1st post
job seekers in Rails? (/forum/is-there-less-
opportunity-for-junior-developers-1st-job- (/forum/is-there-less-opportunity-for-junior-developers-1st-job-seekers-in-rails)
seekers-in-rails)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 12, 2017 4:53AM BY RAILS ADDICT (/USERS/12199)

It seems that almost all of the Ruby on Rails job postings are for senior developers, usually with 5+ years experience, although I am aware of the
caveat that one should not let that stop them from...

(/users/2009)
3
how do i implement search by posts
postcode/zipcode using the Geocoder Gem
(/forum/how-do-i-implement-search-by- (/forum/how-do-i-implement-search-by-postcode-zipcode-using-the-geocoder-gem)
postcode-zipcode-using-the-geocoder-gem)
RAILS (/FORUM/CATEGORY/RAILS) ASKED JULY 8, 2017 8:39PM BY NEIL PATEL (/USERS/2009)

Building a small rails app that is able to search by postcode(zipcode) and radius, so it responds with contractors that are within that
radius/postcode **schema.rb** create_table "locations", f...

(/users/11727) 2
Where should I start? (/forum/where-should-i-start)
https://gorails.com/forum 3/4
7/26/2017 Community - GoRails
Where should I start? (/forum/where-should-i-start) posts
TIPS (/FORUM/CATEGORY/TIPS) ASKED JULY 6, 2017 1:15PM BY KELVIN FIRMINO (/USERS/11727) (/forum/where-should-i-start)
Hey, good morning. Chris, I would like to start to learn more about Ruby and Rails. I have a little more than a year programming
with them. However, I would like to know which series should I st...

PREVIOUS 1 2 (/FORUM?PAGE=2) 3 (/FORUM?PAGE=3) 4 (/FORUM?PAGE=4) 5 (/FORUM?PAGE=5) 6 (/FORUM?PAGE=6) 7 (/FORUM?PAGE=7)

8 (/FORUM?PAGE=8) 9 (/FORUM?PAGE=9) 38 (/FORUM?PAGE=38) 39 (/FORUM?PAGE=39) NEXT (/FORUM?PAGE=2)

(/)
2014-2017, Chris Oliver. (http://excid3.com)
LEARN EXTRAS ABOUT
Series (/series) Deploy Rails (https://hatch.gorails.com) Feedback
Episodes (/episodes) Pricing (/pricing) (http://gorails.uservoice.com/forums/259979-
Community (/forum) Testimonials (/testimonials) general)
Guides (/guides) Blog (/blog) Terms (/terms)
Courses (https://courses.gorails.com/) Privacy (/privacy)
About Us (/about)
Icons by Icons8 (https://icons8.com)

Join the newsletter Follow @excid3 (https://twitter.com/excid3) Tweet (https://twitter.com/share)

https://gorails.com/forum 4/4

You might also like