Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

947 defaultconfigs #962

Merged
merged 8 commits into from
Nov 3, 2014
Merged

947 defaultconfigs #962

merged 8 commits into from
Nov 3, 2014

Conversation

orenyk
Copy link
Contributor

@orenyk orenyk commented Sep 10, 2014

Resolves #947

@@ -0,0 +1,11 @@
class SetSaneConfigDefaults < ActiveRecord::Migration
def change
config = AppConfig.first
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking over this again, I don't think we need to save the current app configs any more in the migration. We should take out this line and re-run the migrations just to make sure everything is still happy :-)

@aaron-effron
Copy link
Contributor

Are we not worried that three of the commits failed travis tests, since the main build passed?

@aaron-effron
Copy link
Contributor

Otherwise, I was able to check out the branch and run db:reset with no problems, and site functionality looks good!

@orenyk
Copy link
Contributor Author

orenyk commented Nov 2, 2014

Nope, the only Travis result we care about is the final one. I'll merge master into here and then merge it in :-).

Conflicts:
	Gemfile.lock
	db/schema.rb
	spec/factories/app_configs.rb
@orenyk
Copy link
Contributor Author

orenyk commented Nov 3, 2014

Failing build has to do with the changing of the clocks (see #939). Merging!

orenyk added a commit that referenced this pull request Nov 3, 2014
@orenyk orenyk merged commit 9ac6eeb into master Nov 3, 2014
@orenyk orenyk deleted the 947_defaultconfigs branch November 25, 2014 05:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom request prompt defaults to nil
3 participants