-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix emoji response for Bootstrap 4 #5711
Conversation
@publiclab/reviewers |
Generated by 🚫 Danger |
Awesome! Can you share a screenshot of your fixes? Thank you!!! |
@jywarren I'm having issues on c9. When I click a note, this comes up: |
ah! I think you may have to run `rake db:migrate` there, since we've
modified the database!
…On Tue, May 14, 2019 at 4:27 AM d1g1t4ld1n4 ***@***.***> wrote:
@jywarren <https://github.com/jywarren> I'm having issues on c9. When I
click a note, this comes up:
[image: image]
<https://user-images.githubusercontent.com/19677511/57682709-69494d80-7600-11e9-8d15-a78465047b1d.png>
any ideas?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5711?email_source=notifications&email_token=AAAF6J3MU25K5VE2ISKYM6DPVJZS3A5CNFSM4HMLGJN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVKVH3I#issuecomment-492131309>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J3CA66EVZFKRLLFGETPVJZS3ANCNFSM4HMLGJNQ>
.
|
@jywarren When I run rake db:migrate I get |
I think that's all right! Are you on the latest master branch code?
…On Tue, May 14, 2019, 7:06 PM d1g1t4ld1n4 ***@***.***> wrote:
@jywarren <https://github.com/jywarren> When I run rake db:migrate I get I,
[2019-05-14T23:05:45.669200 #5034] INFO -- sentry: ** [Raven] Raven 2.9.0
configured not to capture errors: Not configured to send/capture in
environment 'default' W, [2019-05-14T23:05:46.353605 #5034] WARN --
Skylight: [SKYLIGHT] [3.1.5] Running Skylight in development mode. No data
will be reported until you deploy your app. (To disable this message for
all local apps, run skylight disable_dev_warning.)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5711?email_source=notifications&email_token=AAAF6J2YOX7UJNINM6S25BTPVNAWTA5CNFSM4HMLGJN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVNBK3I#issuecomment-492442989>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAF6J7B34WM2L33BTZBUO3PVNAWTANCNFSM4HMLGJNQ>
.
|
@jywarren yes, I think so: |
@dinaelhanan for the other issue I don't know about using c9 but when I get this type of error because of database updates i fix it by clearing my cache: |
Hi @dinaelhanan , would you mind trying Comment.last.reply_to in 'rails console' in your terminal. There might be a case that the migration where the 'reply_to' column is added to comments may not have run. |
@ViditChitkara I tried this but it didn't work :( |
@sashadev-sky I tried your suggestion but when I force pushed, it closed the PR, it also says that it got merged??? I'd appreciate some help :/ |
Hmm thats really weird!! Sorry about that!! If you make any commit to the branch, I think it will reopen it. As for the lost work I think we can recover it ny doing a |
Fixes #5647
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!