Skip to content

Commit

Permalink
Implementgroup (publiclab#959)
Browse files Browse the repository at this point in the history
* h

* h

* updates

* Fix featuregroup

* checkout randomly modified file

* Implementation

* setupToolbar working

* readOnly mode working

* remove googleMutant

* finalize

* group.editing call

* fix puma pidfile path, set it for development

* review rebase

* update schema.rb to fix DB setup and commands like migrate, setup, etc

* delete obsolete config file

* update example file

* readd new line at end of file

* remove left behind comment

* add new line to file

* bump ldi to 0.7.6

* commit data dump

* remove db dump

* update prod

* return puma back to production

* add new migration to avoid potential corruption

* delete extra whitespace

* re-run all edited migrations

* update routes

* remove defaults and set before_validations

* update u to self

* fix ||= space

* reverse order reversal

* bump LDI to 0.7.7

* remove warpable update hook

* try now

* before

* modifications

* update

* remove before_validation hook for map

* update incorrect syntax in tests
  • Loading branch information
sashadev-sky authored and chen-robert committed Dec 5, 2019
1 parent f001e30 commit 4b2f325
Show file tree
Hide file tree
Showing 19 changed files with 465 additions and 715 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ You'll need Ruby v2.4.6 (use your local ruby version management system - RVM / r
5. Initialize database with `bundle exec rails db:setup`
6. Enter ReCaptcha public and private keys in config/initializers/recaptcha.rb, copied from recaptcha.rb.example. To get keys, visit https://www.google.com/recaptcha/admin/create
7. Install static assets (like external javascript libraries, fonts) with `yarn install`
8. Start rails with `bundle exec passenger start` from the Rails root and open http://localhost:3000 in a web browser. (For some, just `passenger start` will work; adding `bundle exec` ensures you're using the version of passenger you just installed with Bundler.)
8. Start rails with `bundle exec rails s` from the Rails root and open http://localhost:3000 in a web browser. (For some, just `rails s` will work; adding `bundle exec` ensures you're using the version of passenger you just installed with Bundler.)

==================

Expand Down
Loading

0 comments on commit 4b2f325

Please sign in to comment.