GitHub / tlconnor/activerecord-postgres-array / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e3d5b1f8 | Fix issue caused by merge | Tim Connor <t****r@c****m> | almost 13 years ago | |
| c9b79286 | merge Merge branch 'patch-1' of git://github.com/izzm/activerecord-postgres-array i... | Tim Connor <t****r@c****m> | almost 13 years ago | |
| 07c52918 | Add test case for issue#23 | Tim Connor <t****r@c****m> | over 13 years ago | |
| 56df8b86 | Add spec to verify that we don't conflict with activerecord-postgres-hstore | Tim Connor <t****r@c****m> | over 13 years ago | |
| b4f55e8e | Add spec to test issue#20 | Tim Connor <t****r@c****m> | over 13 years ago | |
| 6afee197 | Bump version | Tim Connor <t****r@c****m> | over 13 years ago | |
| 98591f70 | merge Merge pull request #26 from acquaintable/updates | Tim Connor <t****r@g****m> | over 13 years ago | |
| 9bf4b9c9 | typecast timestamps with .to_time | Peter Boling <p****g@g****m> | over 13 years ago | |
| 29ab73e3 | merge Merged Float Support from lucatironi/master | Peter Boling <p****g@g****m> | over 13 years ago | |
| b2e1f195 | Remove monkey patch of activerecord | Leo Correa <l****5@g****m> | over 13 years ago | |
| 34b05e81 | add simplified type for timestamp arrays |
Louis Simoneau <s****s@g****m>
Committed by: Peter Boling <p****g@g****m> |
over 13 years ago | |
| f7b4340b | add initial support for correct typecasting of bigint arrays |
Louis Simoneau <s****s@g****m>
Committed by: Peter Boling <p****g@g****m> |
almost 14 years ago | |
| 8230abd7 | Added tests for float_array | luca <l****i@g****m> | almost 14 years ago | |
| 2e246dd1 | Added correct simplified type from column name for float | luca <l****i@g****m> | almost 14 years ago | |
| 517909ce | merge Merge branch 'master' of github.com:lucatironi/activerecord-postgres-array | luca <l****i@g****m> | almost 14 years ago | |
| 70e3abd0 | Fixed float_array casting to double precision | luca <l****i@g****m> | almost 14 years ago | |
| 86973255 | Fixed float_array casting to double precision | luca <l****i@g****m> | almost 14 years ago | |
| 09448da8 | Support change_Table |
Claudio Poli <m****n@g****m>
Committed by: Peter Boling <p****g@g****m> |
about 14 years ago | |
| ef99da06 | Fix issue with handling multi-line content | Tim Connor <t****r@g****m> | about 14 years ago | |
| c7f9305f | bump version | Tim Connor <t****r@g****m> | about 14 years ago | |
| a3637cf9 | merge Merge commit '9ab5d9ed475fafa8b958b54a16da191be27df034' into HEAD | Tim Connor <t****r@g****m> | about 14 years ago | |
| bbcfa9ef | merge Merge pull request #11 from derek-watson/master | Tim Connor <t****r@g****m> | about 14 years ago | |
| 9ab5d9ed | Simplify code for parsing arrays by not capturing the comma when splitting. | Martin Mauch <m****h@c****e> | over 14 years ago | |
| 36387c9c | Proper type casting for integer arrays | Derek Watson <w****n@d****a> | over 14 years ago | |
| fbb9cfc2 | merge Merge pull request #10 from izzm/master | Tim Connor <t****r@g****m> | over 14 years ago | |
| 923f8f70 | Update activerecord-postgres-array.gemspec | izzm <v****a@g****m> | over 14 years ago | |
| 9fcfe8cb | String#from_postgres_array accept NULL | izzm <v****a@g****m> | over 14 years ago | |
| ff12890f | Update activerecord-postgres-array.gemspec | izzm <v****a@g****m> | over 14 years ago | |
| 5b5d21bb | Add support of non-rails use | Vladislav Izoria <v****a@m****)> | over 14 years ago | |
| a95edf1b | merge Merge pull request #1 from izzm/patch-2 | izzm <v****a@g****m> | over 14 years ago | |
| bc83cca9 | String#to_postgres_array may process NilClass elements. | izzm <v****a@g****m> | over 14 years ago | |
| fcba7b3e | Postgres syntax of arrays is '#{1,2,3}' (in quotes). But they aren't add auto... | izzm <v****a@g****m> | over 14 years ago | |
| 8d817c64 | bump version | Tim Connor <t****r@g****m> | over 14 years ago | |
| 99d39e6a | Update README.textile | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 30189272 | compatibility with activerecord-postgres-hstore | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 1cad261c | Bump version | Tim Connor <t****r@g****m> | over 14 years ago | |
| bcab077e | merge Merge pull request #5 from fschwahn/master | Tim Connor <t****m@c****m> | over 14 years ago | |
| 33276f9f | merge Merge pull request #4 from rafaelss/patch-1 | Tim Connor <t****m@c****m> | over 14 years ago | |
| 0010cf06 | add homepage so rubygems.org generates a link on the gem page making it easy ... | Rafael Souza <r****s@s****m> | over 14 years ago | |
| 4a1dad8c | fixed another possibility for an invalid case | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 44b791de | fixed validation regexp not working for empty postgres arrays | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 3160e2ea | explicitly require postgres adapter (fixes combustion issues) | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| beef7bde | added integration specs using combustion, added specs for array methods | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 95ec6d13 | added regexp for validating postgres arrays and specs for the regexp | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 28f91b8c | correct mapping between array type and postgres type; fix dumping bug with st... | Fabian Schwahn <f****n@g****m> | over 14 years ago | |
| 013036c0 | merge Merge pull request #3 from ericgoodwin/master | Tim Connor <t****r@g****m> | over 14 years ago | |
| 995f1dc6 | Decode escaped strings | Eric Goodwin <e****c@e****m> | over 14 years ago | |
| 384ed337 | Escape value for SQL string | Eric Goodwin <e****c@e****m> | over 14 years ago | |
| 6fbad745 | Add License | Tim Connor <t****r@g****m> | over 14 years ago | |
| dd833189 | add readme | Tim Connor <t****r@g****m> | over 15 years ago | |
| 908a677e | Initial Commit | Tim Connor <t****r@g****m> | over 15 years ago |