My First Rails App
Posted by labrat
I've finally released my first rails app to the world. It's yet another social networking + invitation site. I know people are getting tired of seeing these but when I originally thought it up, it was still a pretty novel idea. It just took me time to learn Rails on the side in getting there.
It's really strange to release something to the public and actually use it. To be honest, it feels a bit draining to finally release it because you spent so much time in an endless cycle of coding and thinking. Yet after all the planning and thinking, you always come up against your limitations whatever they may be.
It's given me a whole new level of respect for all the people who create useful and well-designed applications. They are truly heroes. I'm sick and tired of the endless internal feedback loop of working on it solo and in stealth so I'm hoping I can at least snag a handful of alpha testers that can give me feedback.

labratz, I hate to leave this comment here, but was unable to on your 10/10/2006 (probably because its been so long now). However I ran your script to get ImageMagick and RMagick working, and everything goes great, until the very end. And wondering if you had any insight on this?
/usr/bin/ruby /Users/Josh/deletethislater/RMagick-1.14.0/ext/RMagick/extconf.rb creating Makefile <--- ext/RMagick <--- ext /usr/bin/ruby setup.rb setup ---> lib —> lib/rvg <--- lib/rvg <--- lib ---> ext —> ext/RMagick make gcc -fno-common -Wall -I. -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I/usr/lib/ruby/1.8/powerpc-darwin8.0 -I/Users/Josh/deletethislater/RMagick-1.14.0/ext/RMagick -DRUBY_VERSION=0x182 -I/usr/local/include -I/opt/local/include -c rmdraw.c In file included from rmdraw.c:10: rmagick.h:30:24: error: magick/api.h: No such file or directory In file included from rmdraw.c:10: rmagick.h:84: error: parse error before “Info”
….[quite a few rmagick.h warnings and errors]….
rmagick.h:1112: warning: data definition has no type or storage class rmdraw.c:17: error: parse error before ‘*’ token
….[quite a few rmdraw.h warnings and errors]….
make[1]: * [rmdraw.o] Error 1 setup.rb:655:in
command’: system(“make”) failed (RuntimeError) from setup.rb:664:inmake’ from setup.rb:1258:insetup_dir_ext’ from setup.rb:1532:insend’ from setup.rb:1532:intraverse’ from setup.rb:1530:indive_into’ from setup.rb:1530:intraverse’ from setup.rb:1534:intraverse’ from setup.rb:1533:ineach’ … 8 levels… from setup.rb:826:insend’ from setup.rb:826:ininvoke’ from setup.rb:772:ininvoke’ from setup.rb:1578 make: * [all] Error 1 /usr/bin/ruby setup.rb install rm -f InstalledFiles —> lib mkdir -p /usr/lib/ruby/site_ruby/1.8 install RMagick.rb /usr/lib/ruby/site_ruby/1.8/ —> lib/rvg mkdir -p /usr/lib/ruby/site_ruby/1.8/rvg install clippath.rb /usr/lib/ruby/site_ruby/1.8/rvg install container.rb /usr/lib/ruby/site_ruby/1.8/rvg install deepequal.rb /usr/lib/ruby/siteruby/1.8/rvg install describable.rb /usr/lib/ruby/site_ruby/1.8/rvg install embellishable.rb /usr/lib/ruby/site_ruby/1.8/rvg install misc.rb /usr/lib/ruby/site_ruby/1.8/rvg install paint.rb /usr/lib/ruby/site_ruby/1.8/rvg install pathdata.rb /usr/lib/ruby/site_ruby/1.8/rvg install rvg.rb /usr/lib/ruby/site_ruby/1.8/rvg install stretchable.rb /usr/lib/ruby/site_ruby/1.8/rvg install stylable.rb /usr/lib/ruby/site_ruby/1.8/rvg install text.rb /usr/lib/ruby/site_ruby/1.8/rvg install transformable.rb /usr/lib/ruby/site_ruby/1.8/rvg install units.rb /usr/lib/ruby/site_ruby/1.8/rvg <--- lib/rvg <--- lib ---> ext —> ext/RMagick no ruby extention exists: ‘ruby setup.rb setup’ first Try ‘ruby setup.rb –help’ for detailed usage. make: * [install] Error 1