Skip to content

Commit

Permalink
v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ginjo committed Jan 28, 2015
1 parent 56b4697 commit 37182a1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -13,8 +13,8 @@ Gemfile.lock
*.diff
.bundle/***
vendor/***
# keep ruby-version in git repo, but don't include it in gem build
#.ruby-version
# you can keep ruby-version in git repo, but don't include it in gem build.
.ruby-version
ruby-prof-*.html
ruby-prof-*.txt
# hide ruby-prof output images (used in html reports)
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## Ginjo-Rfm 3.0.8

* Implemented proxy option for database connections thru a proxy server.

config :proxy=>['my.proxy.com', 8888]

* Implemented erb parsing of config.yml

* Disabled ```:grammar => :auto``` option. The current xml parser cannot yet use the FMPXMLRESULT grammar for general queries.


## Ginjo-Rfm 3.0.7

* Changed record creation so that generic records created from non-modelized layouts will be instances of Rfm::Record, instead of instances of a transient model class based on the layout. Transient model classes will foul up serialization and any number of other things. Records created from a user-defined model class will continue to be instances of the model class.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@

Rfm is a Ruby-Filemaker adapter, a Ruby Gem that provides an interface between Filemaker Server and Ruby. Query your Filemaker database, browse result records as persistent objects, and create/update/delete records with a syntax similar to ActiveRecord. Ginjo-rfm picks up from the lardawge-rfm gem and continues to refine code and fix bugs. Version 3 removes the dependency on ActiveSupport and is now a completely independent Gem, able to run most of its core features without requiring any other supporting Gems. ActiveModel features can be activated by adding activemodel to your Gemfile (or requiring activemodel manually).

Ginjo-rfm version 3 has been tested successfully on Ruby 1.8.7, 1.9.3, 2.0.0, and 2.1.2.
Ginjo-rfm version 3 has been tested successfully on Ruby 1.8.7 thru 2.1.3.


## Documentation & Links
Expand Down
2 changes: 1 addition & 1 deletion lib/rfm/VERSION
@@ -1 +1 @@
3.0.8.pre01
3.0.8

0 comments on commit 37182a1

Please sign in to comment.