Search Results for "error-utf-8-when-creating-a-new-project-ruby-on-rails-what-is-the-problem-and-how-to-fix-it-fd660774-17af-42d3-9532-e72a933af096"
Lessons
Forum Threads
Setup Ubuntu 14.04 Trusty Tahr Discussion
Thank you, it helped me a lot...

238
General
Setup MacOS 10.10 Yosemite Discussion
As a sysadmin... I sometimes wondered if you guys had been drinking.

142
General
Deploy Ubuntu 14.04 Trusty Tahr Discussion
Hey there !
I'm trying to deploy on a private server following this tutorial with a rails 5.2 app and somehow when I cap production destroy, i get an error saying
01 SassC::SyntaxErro...

372
General
has_many :through association woes
Your suggestion above worked to set the user_id in my project_assignments join table.
After tinkering with this for longer I think the other problem I'm having is being caused by trying to use tw...

11
Rails
Stripe Subscriptions: Duplicate Customers
Minor bits and pieces can get out of date but to be honest, Stripe's documentation is really good and their engineering team is great about helping users fix issues like you've had. I don't think ...

15
Rails
Forum Series Part 2: Routes Discussion
Why touch the controller files instead 'rails g controller forum_threads' ?which would save as some trouble with creating the view files also...

23
General
Ransack Scoping issues
I got a no method error for pins_path in schools#show. So I changed the global search variable that's set in my application controller From
def set_global_search_variable
@q = Pin.search(params...

17
General
Rails Braintree couldn't update
What are you using to authenticate your users in this app if you're not using Devise? The error shown is clearly that it's expecting a password, and your validations on your user model also state y...

4
Rails
File Uploads with Refile Discussion
Thank you so many times over. This was a life saver!

95
General
Introduction to Importing from CSV Discussion
Late to the party and all that but if anybody is looking to seed their project database from a CSV file, the is what I enter in my seed.rb file(s):
'''
CSV.read(Rails.root.join('lib', 'seeds', 'fi...

47
General
SEEKING FREELANCER - Importing CSV file
Sharing - just in case it helps anyone else (although I think I'm bringing up the rear in the learning curve)
This is the rake task that worked for me:
```
require 'csv'
namespace :import do
d...

14
Rails
Iam desperately trying to deploy my App with Capistrano but it isnt working
thank you :) i solved it by changing the yui requirement for sass !

3
Rails
Issue when adding Confirmable in Devise - [ArgumentError - wrong number of arguments (given 0, expected 1)]

1
Rails
Multitenancy with the Apartment gem Sending email in production
@chris on my sideq im getting this error any idea??
```
09:37:22 redis_s.1 | 33693:M 07 Dec 09:37:22.096 * 100 changes in 300 seconds. Saving...
09:37:22 redis_s.1 | 33693:M 07 Dec 09:37:22.097 * ...

17
General
Accepts_nested_attributes_for, I am getting 'unpermitted parameter: :user' and User not entering to DB.
got the answer, needed to add one line to the new action in AccountsController
```
@account.users.build
```

2
Rails
Why are these partials rendering differently?
You fixed that too quickly for me to take a screenshot :(

9
General
Setup MacOS 10.11 El Capitan Discussion
all steps followed till the creation of SSH key. I put your command into Terminal, but nothing happens:cat ~/.ssh/id_rsa.pub

101
General