An open API service providing commit metadata for open source projects.

GitHub / mech/filemaker-ruby / commits

SHA Message Author Date Stats
d9b83263 Allow batching to use omit also mech <m****h@m****m> over 5 years ago
e12fa721 Sometimes the content will be ASCII-8BIT mech <m****h@m****m> over 5 years ago
e7554f09 No more testing for Ruby 2.5 mech <m****h@m****m> over 5 years ago
39687e09 Specify Nokogiri version mech <m****h@m****m> over 5 years ago
355aaeca Do not specify Nokogiri version mech <m****h@m****m> over 5 years ago
49c68c29 Compatible with Rails 6.1 ActiveModel Errors mech <m****h@m****m> over 5 years ago
462c7d42 Return self after update mech <m****h@m****m> almost 6 years ago
f3faffc7 merge Merge pull request #18 from gingermusketeer/fix-ruby-2.7-warnings mech <m****h@m****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
8cb9947e Fix security issue with nokogiri version Max Brosnahan <m****n@g****m> almost 6 years ago
36da4e3e Fix ruby 2.7 warnings Max Brosnahan <m****n@g****m> almost 6 years ago
44a2a068 Squish the value for number mech <m****h@m****m> over 6 years ago
fdabc78a Add a float_int type for converting 0.0 to 0 mech <m****h@m****m> over 6 years ago
12c48b2e Test to ensure BigDecimal without fractional part do a whole number mech <m****h@m****m> over 6 years ago
5152cad9 Direct conversion to BigDecimal first mech <m****h@m****m> over 6 years ago
085eea85 Upgrade nokogiri mech <m****h@m****m> over 6 years ago
b2809164 Update as whole number without fractional part for BigDecimal mech <m****h@m****m> over 6 years ago
faa4955a Introduce new ModelValidationError error class mech <m****h@m****m> almost 7 years ago
01fe9b7e Raise error for save bang method mech <m****h@m****m> almost 7 years ago
f6f5c078 Alias update_attributes to update mech <m****h@m****m> almost 7 years ago
d74c6230 Include ActiveSupport::NumberHelper at model mech <m****h@m****m> almost 7 years ago
08da14fb Instrumentation using ActiveSupport::Notifications mech <m****h@m****m> almost 7 years ago
48b75433 Bump version to 1.0.1 mech <m****h@m****m> about 7 years ago
8849d656 Bump Nokogiri version mech <m****h@m****m> about 7 years ago
693dae0f Include Hakiri security at README mech <m****h@m****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
0644071d merge Merge pull request #15 from slyfox42/feature/bump-nokogiri mech <m****h@m****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
ec8fe198 Bang version of update_attributes mech <m****h@m****m> about 7 years ago
2e448021 nokogiri version bump Federico Obialero <f****o@g****m> about 7 years ago
c0eede7d Separate create and update attributes mech <m****h@m****m> about 7 years ago
2f61b377 Revert back allowing nil value mech <m****h@m****m> about 7 years ago
929dd3ed Accept nil when update_attributes mech <m****h@m****m> about 7 years ago
a3bde412 Allow numeric comparison operator to submit as string when querying mech <m****h@m****m> about 7 years ago
19439729 Change array syntax at README mech <m****h@m****m> about 7 years ago
75bb9eaf Return value regardless mech <m****h@m****m> over 7 years ago
dbadaff5 Not sure why be_a_kind_of matcher failed mech <m****h@m****m> over 7 years ago
440511de New Time type purely for HH:MM format mech <m****h@m****m> over 7 years ago
ffbbe1d4 Allow single association assignment mech <m****h@m****m> over 7 years ago
4f11639a Allow sleeping when batching mech <m****h@m****m> over 7 years ago
e8c43c8a Do not return a Proxy for null relation mech <m****h@m****m> almost 8 years ago
82bb613f Refactor @target mech <m****h@m****m> almost 8 years ago
65fd3a7e Use creation attributes since it uses with_model_fields_for_update() mech <m****h@m****m> almost 8 years ago
75d9f180 Use double equal for relations mech <m****h@m****m> almost 8 years ago
60651d12 Alias id() to find() mech <m****h@m****m> almost 8 years ago
41141081 Hydrate and save max_repeat field mech <m****h@m****m> almost 8 years ago
21f02b0e Double equal for more precise -find mech <m****h@m****m> almost 8 years ago
eaf84104 Use Ruby case statement correctly mech <m****h@m****m> about 8 years ago
0876dd63 Treat DateTime and Time the same mech <m****h@m****m> about 8 years ago
c040cd95 Cast and update do not need to check for == and ... mech <m****h@m****m> about 8 years ago
6e59e99c Implement timeout, close #8. Release stable v1 mech <m****h@m****m> about 8 years ago
928d2475 Update README on custom type mech <m****h@m****m> about 8 years ago
4ec854e4 Clean up dead code mech <m****h@m****m> about 8 years ago
6bd2cb15 Introduce type system to Filemaker::Model mech <m****h@m****m> about 8 years ago
b660e473 Use Typhoeus and fix dirty attributes issues mech <m****h@m****m> about 8 years ago
0a14978d Don't raise ConfigurationError so Docker can work when building mech <m****h@m****m> about 8 years ago
b37ed154 BigDecimal is deprecated mech <m****h@m****m> about 8 years ago
e6e5fb64 Write will use a different coerce method without caring for string querying mech <m****h@m****m> over 8 years ago
bee8d41e Disable 2 tests on page() mech <m****h@m****m> over 8 years ago
ba920ce9 Make page() execute directly mech <m****h@m****m> over 8 years ago
f1bec67b Batches for where and in mech <m****h@m****m> over 8 years ago
ac779800 Bump version 0.0.19 mech <m****h@m****m> over 8 years ago
d9abade3 Page number should be positive and non-zero mech <m****h@m****m> almost 9 years ago
16cca4fe Fix count() will reset limit(0) mech <m****h@m****m> almost 9 years ago
202efc89 Extension has period mech <m****h@m****m> about 9 years ago
15eea4f9 Use MIME::Types to get extension from content_type mech <m****h@m****m> about 9 years ago
3c0eeeab Return string for content_type mech <m****h@m****m> about 9 years ago
cf7b3493 Test for empty file extension mech <m****h@m****m> about 9 years ago
07017d19 Pass in klass instead of self mech <m****h@m****m> about 9 years ago
fee19a7c Itself mech <m****h@m****m> about 9 years ago
40a56882 Attachment type for container mech <m****h@m****m> about 9 years ago
77a77565 Use rawgit.com to host SVG diagram mech <m****h@m****m> about 9 years ago
df077526 Update diagram mech <m****h@m****m> about 9 years ago
d449b0d6 Include URI scheme mech <m****h@m****m> about 9 years ago
f4f6cfd0 Container type will be string mech <m****h@m****m> over 9 years ago
4267d5cc Remove super on Proxy's method_missing mech <m****h@m****m> over 9 years ago
adc04007 Email field type mech <m****h@m****m> over 9 years ago
e5810b5a Proxy blank? mech <m****h@m****m> over 9 years ago
e493bc52 First stab at batches - very crude mech <m****h@m****m> over 9 years ago
e1b815d9 Include 502 Bad Gateway error mech <m****h@m****m> over 9 years ago
f8c8592e Bump version 0.0.18 mech <m****h@m****m> over 9 years ago
10794821 Remove dollar sign in number mech <m****h@m****m> over 9 years ago
4c23b81f Test with 2.4.0 and fix style issues mech <m****h@m****m> over 9 years ago
2b4b8c75 merge Merge branch 'master' of github.com:mech/filemaker-ruby mech <m****h@m****m> over 9 years ago
36fc4911 Update LICENSE mech <m****h@m****m> over 9 years ago
ae8fd032 Remove decimal mark in number mech <m****h@m****m> over 9 years ago
df32e84c Colorize requests mech <m****h@m****m> about 10 years ago
bddba104 Include globalid and bump version to 0.0.17 mech <m****h@m****m> about 10 years ago
0bf041f1 Bump version 0.0.16 mech <m****h@m****m> about 10 years ago
036b304a Let user specify source of reference for BelongsTo and HasMany mech <m****h@m****m> about 10 years ago
00b5840d merge Merge pull request #7 from compilerla/master mech <m****h@m****m> about 10 years ago
ef83459a Add ability to specify source_key Stephen Corwin <c****n@g****m> about 10 years ago
b2a35f7a Fix #6 - Default to identity when there is no reference_key mech <m****h@m****m> over 10 years ago
9f2e944a Bump version 0.0.15 mech <m****h@m****m> over 10 years ago
24072a61 Add custom query method mech <m****h@m****m> over 10 years ago
4b75a4d3 Date is special when it comes to making query as string like '2016' or '3/2016' mech <m****h@m****m> over 10 years ago
ef1d2649 Should be 2.3.0 mech <m****h@m****m> over 10 years ago
8f501c01 Update test to use Ruby 2.3 mech <m****h@m****m> over 10 years ago
b7078866 Bump version 0.0.14 mech <m****h@m****m> over 10 years ago
38d8edcd Remove XML support and add range querying using ... mech <m****h@m****m> over 10 years ago
8e455c72 Bump version mech <m****h@m****m> over 10 years ago
6645872f Compare DateTime first as it inherits from Date mech <m****h@m****m> over 10 years ago
fd0b5a6d Date range example mech <m****h@m****m> almost 11 years ago

← Back to repository