aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* docs(distinct): tweaks [skip ci]Jason Kurian2017-02-221-1/+1
|
* docs(distinct): fix distinct example [skip ci]Jason Kurian2017-02-221-2/+2
|
* docs: add distinct to READMEJason Kurian2017-02-221-1/+8
|
* missing asteriskDaniel P. Clark2016-12-191-1/+1
|
* Link to the API docsMaarten Claes2016-12-011-0/+1
|
* Fix grammar in READMEJeff Cole2016-02-281-9/+9
| | | | | | * Fixes grammatical errors * Fixes capitalization * Fixes punctuation
* Clean up README codeJeff Cole2016-02-281-26/+66
| | | | | * Fixes syntax highlighting of the output from `SqlLiteral` * Adds whitespace to improve readability
* * Support for bitwise operations as infix operators. Tests included.Shahbaz Javeed2016-01-061-0/+11
| | | | | | | | | | | | | | | | | | | | | | *** 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`
* Rename README.markdown to README.mdVinicius Tadeu2015-12-271-0/+233