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

Closes #199 #203

Merged
merged 2 commits into from
Mar 18, 2016
Merged

Closes #199 #203

merged 2 commits into from
Mar 18, 2016

Conversation

levans248
Copy link
Contributor

Removed 140 character limit from tweet_message column in the lessons tables

@@ -6,7 +6,14 @@
let(:lesson) { create(:lesson) }
subject { lesson }

it { should validate_length_of(:tweet_message).is_at_most(140) }
#previous behavior limited tweets to 140

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after #.

gkop added a commit that referenced this pull request Mar 18, 2016
@gkop gkop merged commit 73cc34e into rails-school:master Mar 18, 2016
@cdale77
Copy link
Contributor

cdale77 commented Mar 21, 2016

@levans248 thanks!

@gkop
Copy link
Member

gkop commented May 24, 2016

@levans248 did you migrate the db after merging this? /cc @btaitelb wrt #205

@levans248
Copy link
Contributor Author

levans248 commented May 24, 2016

@gkop No, I did not do anything with this after pushing up my PR.

@btaitelb
Copy link
Member

okay, running db:migrate now then :)

@btaitelb
Copy link
Member

heroku run rake db:migrate has some pretty output.

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