Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM engineyard/kontainers:ruby-2.3-v1.0.0
RUN apt-get install -y libsqlite3-dev sqlite3
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image:
file: .gitpod.Dockerfile

ports:
- port: 3000
onOpen: open-browser

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ end
source 'https://rubygems.org'

gem 'rails', '~> 4.2.0'
gem 'sd_notify'

gem 'ey_config'
gem 'rails_autolink'
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions db/migrate/20110613204114_add_lists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down