forked from snap-cloud/snapcon
-
Notifications
You must be signed in to change notification settings - Fork 0
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
187436627 registration only textbox #37
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the bundler group group with 2 updates: [rails](https://github.com/rails/rails) and [rack](https://github.com/rack/rack). Updates `rails` from 7.0.8 to 7.0.8.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.0.8.1) Updates `rack` from 2.2.8 to 2.2.8.1 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.8...v2.2.8.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production dependency-group: bundler-security-group - dependency-name: rack dependency-type: indirect dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the bundler group group with 1 update: [rack](https://github.com/rack/rack). Updates `rack` from 2.2.8 to 2.2.8.1 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.8...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] <[email protected]>
🚨 [security] Update nokogiri 1.15.3 → 1.16.2 (minor)
🚨 [security] Update rack 2.2.7 → 2.2.8.1 (minor)
🚨 [security] Update carrierwave 2.2.4 → 2.2.5 (patch)
Update rubocop-rspec 2.20.0 → 2.23.0 (minor)
Update rails to 7.0.8.1 d440b70
It really does not need to run on every page load...
Move word counting javascript to the page
Just moving the things we currently use (and should drop in the ASAP) to vendor/assets
Get off off rails-assets
…bundler-security-group-f235350fca Bump the bundler group group with 1 update
Bumps the bundler group with 2 updates in the / directory: [rexml](https://github.com/ruby/rexml) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `rexml` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.2.7) Updates `nokogiri` from 1.16.3 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.5) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production dependency-group: bundler - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]>
…bundler-3b98305d1a Bump the bundler group across 1 directory with 2 updates
* 'main' of github.com:snap-cloud/snapcon: Bump the bundler group across 1 directory with 2 updates
* prod-patch: Load superevents on update/create routes when something errors
…submission-event-types 187217062 enable public submission event types
…a-urls * 'main' of github.com:snap-cloud/snapcon: fixed user_params and added visible_event_types to view Update .rubocop_todo.yml Update .rubocop_todo.yml proposals work for not signed in user finished applying enable-public-submission plus tests admin vs non-admin dropdown and descriptions event types working added enable_public_submission to event_types model need to implement in views
Better Registrations Datatable + Media URL embedding
…to-time-button Add "jump to current event" button to events schedule
…bed-snap 187436622 commercials embed snap
…es-curr-conversion 187376318 ticket purchases curr conversion
187216987 add event by csv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pivotal Tracker Link
What this PR does:
This pull request implements snapcon issue snap-cloud#234. I added a message to registered users on a conferences splash page right above a conferences description.
Include screenshots, videos, etc.
Who authored this PR?
@tiffanylamm
How should this PR be tested?
I wrote feature tests checking to make sure the message disappears for a non registered user and appeared for registered user.
Are there any complications to deploying this?
This requires a migration to add a new field registered_attendees_message to the conference model.
Checklist: