• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

codeforamerica / ohana-api / 357

Builds Branch Commit Type Ran Committer Via Coverage
357 master Use underscores in Vagrant DB name push 27 May 2014 04:40PM UTC Moncef Belyamani travis-ci pending completion   set done
356 master Use db:structure:load instead of db:schema:load on Heroku This change was made earlier for the local setup, but I forgot to apply it to Heroku as well. db:schema:load reads "schema.rb", but we're using "structure.sql" now because we have migrati... push 27 May 2014 04:34PM UTC Moncef Belyamani travis-ci pending completion   set done
355 master Update staging.rb to match production.rb push 27 May 2014 04:20PM UTC Moncef Belyamani travis-ci pending completion   set done
354 master Replace hyphens with underscores in DB names The PG DB naming convention is to use lowercase and underscores for separation, but you can use hyphens, as long as you surround the DB name in quotes. Rails automatically adds the quotes for you, but ... push 27 May 2014 04:15PM UTC Moncef Belyamani travis-ci pending completion   set done
353 master Merge pull request #156 from codeforamerica/add-number_type-to-phones Add number_type column to Phones table push 22 May 2014 05:40PM UTC Moncef Belyamani travis-ci pending completion   set done
351 add-number_type-to-phones Add number_type column to Phones table Note that in ActiveRecord, naming a table column "type" implies you're using Single Table Inheritance. You can override that, but I thought it would be easier to just use a different name for the column. push 22 May 2014 05:28PM UTC Moncef Belyamani travis-ci pending completion   set done
350 master Merge pull request #155 from codeforamerica/order-categories Sort categories by oe_id push 22 May 2014 02:53PM UTC Moncef Belyamani travis-ci pending completion   set done
348 order-categories Sort categories by oe_id To make it easier for clients to display a service's categories in the proper nested order, categories should be sorted by oe_id by default. push 22 May 2014 02:39PM UTC Moncef Belyamani travis-ci pending completion   set done
347 master Merge pull request #153 from codeforamerica/fix-heroku-db-setup Run migrations on Heroku after loading schema push 12 May 2014 08:34PM UTC monfresh travis-ci pending completion   set done
345 fix-heroku-db-setup Run migrations on Heroku after loading schema Because we have migrations that execute SQL that ActiveRecord can't handle, we need to run "rake db:migrate" after "rake db:schema:load" to run those migrations. push 12 May 2014 08:21PM UTC monfresh travis-ci pending completion   set done
346 master Run migrations on Heroku after loading schema Because we have migrations that execute SQL that ActiveRecord can't handle, we need to run "rake db:migrate" after "rake db:schema:load" to run those migrations. Pull #153 12 May 2014 08:20PM UTC monfresh travis-ci pending completion   set done
344 master Use db:structure:load instead of db:schema:load Because we have migrations that ActiveRecord can't handle, we had to change our schema format to `sql` in application.rb. This means we should now use db::structure:load to create the DB, so that it... push 12 May 2014 03:25PM UTC monfresh travis-ci pending completion   set done
343 update-README Moved libpq-dev note to PostgreSQL section. push 11 May 2014 08:41PM UTC migurski travis-ci pending completion   set done
342 master Moved libpq-dev note to PostgreSQL section. Pull #152 11 May 2014 08:41PM UTC migurski travis-ci pending completion   set done
341 master Trimmed some words in pre-requisites section Pull #152 10 May 2014 10:52PM UTC migurski travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • …
  • 70
  • 71
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc