|
This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
|
Original Post: Rails meets FuseFS
Feed Title: Robby on Rails
Feed URL: http://www.contegix.com/rss/feed.xml
Feed Description: My reflections on programming with Ruby, Rails, PostgreSQL... and learning how to run a business...
|
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Robby Russell
Latest Posts From Robby on Rails
|
|
_why has posted an entry on his blog which shows how to use the Ruby FuseFS library to… mount Active Record.
railsmnt]$ cat contact_type/1
--- !ruby/object:ContactType
attributes:
name: Client
id: "1"
railsmnt]$ for i in `ls`; do echo $i; done
contact
contact_type
Umm… I am… I dunno… (wow)
I’ve used FuseFS for mounting SSH… but found myself using SSHFS as a better alternative.
But… to mount Rails? This could get interesting.
UPDATE
A screenshot while browsing the directory with Konqueror…and opening the record with Kedit.

UPDATE #2
If you’re hosting at PLANET ARGON, you can try this out with your account. Both, FUSE and Ruby-FuseFS are installed on all the servers.
Read: Rails meets FuseFS