Rails meets FuseFS
_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.
Enjoying the content? Be sure to subscribe to my RSS feed.




