this is the comic

Started by fugibo, January 06, 2010, 07:08:18 pm

Previous topic - Next topic

fugibo

January 06, 2010, 07:08:18 pm Last Edit: February 25, 2010, 07:35:20 pm by fugo ad te, pikachu!
Lameness

it's a webcomic written in Ruby on Rails (today. it honestly only took a few hours to set all this up, which includes multitasking a billion things on the computer for the first two and then spending the rest coding + reading documentation. Rails is amazing).

enjoy.

Diokatsu


fugibo

January 06, 2010, 07:40:47 pm #2 Last Edit: January 06, 2010, 07:53:34 pm by Longfellow
Mitsu just sent me a sketch. It's updated and I'm working on the site in general.

Enjoy, guys.

EDIT: I just checked this from my phone, and I see what Dio's talking about now. That's not showing up from my lappy, though, so apparently it's readin' my cookies. I've got everything on my disk, so if anyone could recommend a good free host with PHP support, I'd be all ears. 000webhost is just rather distasteful.

Ryex

I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

fugibo

Quote from: Blizzard on January 07, 2010, 03:00:17 am
www.000webhost.com


I'm using that one. :P It works fine, but I just get a bad feeling from it in general. Y'know, like how they spend over an hour "reviewing" the eight files of my webcomic.

tSwitch

Quote from: Longfellow on January 07, 2010, 08:05:14 am
Quote from: Blizzard on January 07, 2010, 03:00:17 am
www.000webhost.com


I'm using that one. :P It works fine, but I just get a bad feeling from it in general. Y'know, like how they spend over an hour "reviewing" the eight files of my webcomic.


It took a while for me too, but once you get the site up and running everything is fine.  I can update my webcomic now at any time and it'll instantly reflect the changes.

Also the dog on the page with the kid reminds me of the webcomic "Brink"


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr

fugibo

*updates first post*

in case you were wondering, Heroku is an amazing host. Ruby on Rails <3

Blizzard

I never could Heroku get running right. :/
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

fugibo

February 26, 2010, 07:58:54 am #9 Last Edit: February 26, 2010, 06:42:24 pm by fugo ad te, pikachu!
Quote from: Champion Blizzard on February 26, 2010, 02:48:26 am
I never could Heroku get running right. :/


Apparently everyone loves to use OS X as the "ideal" Ruby on Rails platform, so it literally only took me


*download and install git separately, not an issue*
sudo gem update rails
sudo gem install heroku
rails thisisthecomic
cd thisisthecomic
git add .
git commit -m "initial commit"
*work on code*
git push heroku
heroku rake db:migrate
*add comics to database*


Which is relatively little.

EDIT:
*finishes snazzy iphone version* http://thisisthecomic.heroku.com/comics/iphone/2 It auto-detects the iPhone, but you can view it in all it's hugeness there. (note that it has fancy WebKit gradients that you won't see in a non-WebKit browser)

Spaceman McConaughey

Actually, I can see the gradients.

fugibo

Quote from: Trainer Branden on February 28, 2010, 07:12:23 am
Actually, I can see the gradients.


Then you're using a WebKit-based browser.