1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Jeff Cole
97dcd5133c Fix grammar in README
* Fixes grammatical errors
* Fixes capitalization
* Fixes punctuation
2016-02-28 10:13:42 -07:00
Jeff Cole
f45b5f9dc8 Clean up README code
* Fixes syntax highlighting of the output from `SqlLiteral`
* Adds whitespace to improve readability
2016-02-28 10:05:00 -07:00
Shahbaz Javeed
c22abda79b * Support for bitwise operations as infix operators. Tests included.
*** Individual commit messages included below ***
* Preliminary support for bitwise operations as infix operators.  Tests to follow.

* Added bitwise xor, shift left and shift right operators

* Fixed the BitwiseOr class so it uses the :| operator instead of :&
* All the methods for the bitwise operators in the Arel::Math module now wrap them up in Arel::Nodes::Grouping so the operation becomes isolated like addition and subtraction
* Preliminary set of tests for the new operators

* Updated README with examples of bitwise operations

* Added a new UnaryOperation class which is a riff on the InfixOperation class
* Added tests for UnaryOperation (inspired by InfixOperation tests)
* Added the bitwise not (~) operator as a UnaryOperation
* Added tests for the bitwise not operator

* Added documentation for the bitwise not operator

* Updated gemspec using `rake arel.gemspec`
2016-01-06 11:18:42 -05:00
Vinicius Tadeu
c920e9d2c0 Rename README.markdown to README.md 2015-12-27 10:37:35 -02:00
Renamed from README.markdown (Browse further)