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

Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements#add_timestamps [ci skip] #24328

Merged
merged 1 commit into from
Mar 27, 2016

Conversation

bogdanvlviv
Copy link
Contributor

No description provided.

@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @chancancode (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@@ -1051,9 +1051,9 @@ def columns_for_distinct(columns, orders) # :nodoc:
end

# Adds timestamps (+created_at+ and +updated_at+) columns to +table_name+.
# Additional options (like <tt>null: false</tt>) are forwarded to #add_column.
# Additional options (like <tt>null: true</tt>) are forwarded to #add_column.
Copy link
Member

Choose a reason for hiding this comment

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

Actually I think both are true ; this method forward all the given options, it just sets :null to false if the option isn't yet specified. What do you think about writing Additional options (like +:null+) are forwarded ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You right, it will be better.

@prathamesh-sonpatki
Copy link
Member

@bogdanvlviv Can you squash the commits?

@bogdanvlviv
Copy link
Contributor Author

Yes, sure.

@bogdanvlviv bogdanvlviv changed the title Update schema_statements.rb [ci skip] Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements#add_timestamps [ci skip] Mar 27, 2016
@bogdanvlviv
Copy link
Contributor Author

@prathamesh-sonpatki, i did it.

@vipulnsward vipulnsward merged commit 41d432d into rails:master Mar 27, 2016
@vipulnsward
Copy link
Member

Thanks @bogdanvlviv !

@bogdanvlviv bogdanvlviv deleted the patch-3 branch August 15, 2016 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants