Posts by Daniel Borges Leal • 26 points
3 posts
- 
		0 votes1 answer296 viewsQ: Rails Assets error. Javascript not working correctly (Datepicker)I’m willing to add the bootstrap-datepicker to my project. I did it this way. Gemfile: source 'https://rails-assets.org' do gem 'font-awesome-sass', '~> 4.5.0' gem 'rails-assets-bootstrap-sass',… 
- 
		1 votes2 answers166 viewsA: error giving the command rake db:create in summer Rails 4.0.0Try typing these commands into the terminal gem install execjs sudo aptitude install nodejs -y sudo apt-get install g++ -y gem install therubyracer ruby-on-railsanswered Daniel Borges Leal 26
- 
		0 votes1 answer146 viewsA: Error using Refile + AWS SDKI had the same error, I put the aws-sdk version in the gemfile and it worked: gem 'aws-sdk', '< 2.0' ruby-on-railsanswered Daniel Borges Leal 26