Re: [Rails] Postgres issue

2018-08-08 Thread Piyush Chowhan
In terminal I have created a role user and password what I have given in database.yml file by this command below and I solved the problem. Thanks for your reply. psql -U postgres -- run console CREATE ROLE WITH LOGIN SUPERUSER PASSWORD 'X'; --- to create a role On Wednesday

Re: [Rails] Looking for something like Pay Pal that is more suited to Rails

2018-08-08 Thread David Merrick
Hi Mugurel Looking for help to integrate Stripe into my Website Current users Controller is class UsersController < ApplicationController before_action :logged_in_user, only: [:index, :edit, :update, :destroy, :following, :followers] before_action :cor

[Rails] Re: sass compass

2018-08-08 Thread Joe Guerra
ok, I moved @import "compass"; @import "breakpoint"; to the application.css.scss file. getting another error, not as bad. Undefined mixin 'box-shadow'. On Wednesday, August 8, 2018 at 5:56:54 PM UTC-4, Joe Guerra wrote: > > I'm trying to use this css library with bootstrap. > > Anyways, I'

[Rails] sass compass

2018-08-08 Thread Joe Guerra
I'm trying to use this css library with bootstrap. Anyways, I've got this in my gemfile... # compass for sytlesheets gem 'compass-rails' gem 'breakpoint', '~> 2.5' and this in my pages.scss @import "compass"; @import "breakpoint"; followed by the rest of the css. I'm crashing with it not

[Rails] Full Stack Ruby on Rails Developer job in Eastleigh

2018-08-08 Thread Julia Mardell
This is a fantastic opportunity for an ambitious rails web developer to join a young, dynamic team. You’ll work within our Product Development Team to ensure our digital suite of products is fit for purpose, along with building and testing web development frameworks that can handle large

[Rails] Senior Backend Developer in Kiev - Lemonade

2018-08-08 Thread Max Koroteyev
Kyiv Senior Ruby Backend Developer Email me to: max.korote...@lemonade.com Required 5+ years of Ruby on Rails experience Understanding of Agile dev process Experience with AWS / GCP Experience with relational databases, MySQL, PostgreSQL Good English Good to have Experience with NoSQL databases

Re: [Rails] Looking for help on how to incorporate Stripe into my existing files

2018-08-08 Thread Hassan Schroeder
On Tue, Aug 7, 2018 at 9:39 PM, David Merrick wrote: > I want to know how I can successfully put this part of the > create method of the charges controller > into the users create method of the users controller What have you tried, and how was it unsuccessful? -- Hassan Schroeder --

Re: [Rails] Postgres issue

2018-08-08 Thread Khizer Mehdi
Piyush, As Mike suggested, can you set host,port setting explicitly in database.yml and can you re run rake db:create On Tue 7 Aug, 2018, 8:15 PM Piyush Chowhan, wrote: > Ya, I have tried with the login from the shell which I have given in the > database.yml file. > > On Tue, Aug 7, 2018 at 7