diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 00000000..cf3237e9 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,2 @@ +FROM engineyard/kontainers:ruby-2.3-v1.0.0 +RUN apt-get install -y libsqlite3-dev sqlite3 diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..fca0344c --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +image: + file: .gitpod.Dockerfile + +ports: + - port: 3000 + onOpen: open-browser + diff --git a/Gemfile b/Gemfile index a1278c2f..da3347f5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ end source 'https://rubygems.org' gem 'rails', '~> 4.2.0' +gem 'sd_notify' gem 'ey_config' gem 'rails_autolink' diff --git a/Gemfile.lock b/Gemfile.lock index a5378b21..88988c30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,6 @@ GEM minitest (5.11.3) mysql2 (0.3.21) newrelic_rpm (3.9.9.275) - nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) pg (0.18.4) psych (2.0.17) diff --git a/db/migrate/20110613204114_add_lists.rb b/db/migrate/20110613204114_add_lists.rb index 5a11935f..85d63937 100644 --- a/db/migrate/20110613204114_add_lists.rb +++ b/db/migrate/20110613204114_add_lists.rb @@ -17,6 +17,7 @@ def self.up list.tasks.create(:name => 'Follow @eycloud http://twitter.com/eycloud') list.tasks.create(:name => 'We blog http://www.engineyard.com/blog/') list.tasks.create(:name => 'Rock on!') + list.tasks.create(:name => 'Running on Devspace!') end def self.down