Mac McCarthy

Results 5 issues of Mac McCarthy

Hey, trying to add Bootstrap 3 and Datatables together. Here is my gemfile: source 'https://rubygems.org' gem 'rails', '4.2.1' gem 'pg' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails',...

**the Error** ``` Error: Asset not found: /Users/macmccarthy/Documents/learning/audio-recording-example/assets/icon.png for platform: null at /Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:188:13 at Generator.next () at asyncGeneratorStep (/Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:52:24) at _next (/Users/macmccarthy/Documents/learning/audio-recording-example/node_modules/metro/src/Assets.js:72:9) ``` **Steps I Take:** - Download/clone - expo...

Resolves #141 ### Description Adds pagination. ### Type of change * New feature (non-breaking change which adds functionality)

Actual Error: `Objects are not valid as a React child (found: object with keys {_id, title, description, date, price, creator}). If you meant to render a collection of children, use...

When trying to generate new models, it would hang there until I was forced to abort with ctrl-c. I got these error logs ``` $ rails g scaffold book title...