Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to PRO 🚀 #1058

Merged
merged 150 commits into from
Dec 18, 2017
Merged

Deploy to PRO 🚀 #1058

merged 150 commits into from
Dec 18, 2017

Conversation

decabeza
Copy link

@decabeza decabeza commented Dec 14, 2017

Included PRs

Test

  • Test manually in staging environment

Deployment

Run:
bin/rake polls:initialize_timestamps RAILS_ENV=production
bin/rake communities:associate_community RAILS_ENV=production
bin/rake spending_proposals:migrate_to_budgets RAILS_ENV=production

Add settings:
Setting["feature.allow_images"] = true
Setting["feature.community"] = true
Setting["feature.user.recommendations"] = true

Add map settings
Setting["feature.map"] = true
Setting.create(key: 'map_latitude', value: 40.41)
Setting.create(key: 'map_longitude', value: -3.70)
Setting.create(key: 'map_zoom', value: 12)

decabeza and others added 30 commits September 21, 2017 17:35
Admin form attaches an image
Milestone list has a column "Image", empty or with a link to the image
The image is shown in the public investment window if the milestone has one.
Also separated related contents into partials.
Add specs to test admin image uploader and milestones' show.
Modify the UI to fit the mockups provided in the issue.
bertocq and others added 29 commits December 15, 2017 19:01
Allows querying for a proposal's votes
…sal-recommendations

New scopes for proposal recommendations
@voodoorai2000 voodoorai2000 merged commit d1fd14d into stable Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants