-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa7e321
commit 40569d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hitobito
updated
20 files
+1 −1 | .tool-versions | |
+4 −2 | Gemfile | |
+4 −0 | Gemfile.lock | |
+3 −1 | app/javascript/javascripts/modules/remote_autocomplete.js | |
+2 −3 | app/models/self_registration/person.rb | |
+2 −3 | app/views/contactable/_address_fields.html.haml | |
+2 −23 | app/views/groups/self_registration/_main_person.html.haml | |
+6 −0 | bin/rails | |
+6 −0 | bin/rake | |
+1 −0 | bin/rspec | |
+17 −0 | bin/spring | |
+0 −23 | bin/with_mysql | |
+11 −1 | config/application.rb | |
+3 −3 | config/environments/test.rb | |
+10 −9 | config/initializers/acts_as_taggable_on.rb | |
+4 −2 | config/initializers/delayed_job_config.rb | |
+40 −38 | config/initializers/sentry.rb | |
+3 −3 | spec/models/self_registration/housemate_spec.rb | |
+37 −0 | spec/models/self_registration/person_spec.rb | |
+7 −0 | spec/spec_helper.rb |