Displaying 10 results from an estimated 10 matches for "railskits".
2009 Mar 10
7
Managing migrations
I have a migration "x" that when it runs self.up it adds a new column
to a table, and of course when self. down is run it deletes said
table...
After I ran this migration I continued to work and in the process
added a couple other migrations. After a while I realized that the
column migration "x" created was a mistake and I no longer need it. So
I ran rake db:migrate:down
2011 Aug 15
0
Railskit
Anyone on the list using the current version of Railskit?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2008 Apr 24
1
[ADV] Rails Kits
A couple of days ago I launched Rails Kits (http://railskits.com/), a
place to get ready-made Rails code so you can get your projects done
faster. The first Kit is the SaaS Rails Kit (http://railskits.com/
saas/), which will save you the pain of writing recurring billing and
account management code for your subscription-based site.
Check out my blog post o...
2012 Apr 27
4
Is my developer dodgy?
...for 13 thousand dollars but states that
because they can use the design and css files from the current "Rails
Admin" site it will reduce the price to 9 thousand dollars.
What I am wanting help with is to know if they have purchased a Rails
Kit (such as you might find on this link, http://railskits.com/ )
called Rails Admin for our project, are these kits customizeable after
purchase to add to, or modify any functionality within the Ruby on
Rails framework? It kind of sounds to me that he is just going to be
adding the originally requested (and quoted on) functionality that he
advised was no...
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
...d Authorize.net
CIM, you get a complete and very flexible subscription billing system that
you can use as a starting point for building your software-as-a-service
Rails application, so you can skip the boring billing code and get straight
to the fun code. :)
More info on the update is here:
http://railskits.com/blog/2008/07/recurring-billing-with-authorizenet-cim/
--
Benjamin Curtis
http://railskits.com/ - Ready-made Rails code
http://catchthebest.com/ - Team-powered recruiting
http://www.bencurtis.com/ - Personal blog
--~--~---------~--~----~------------~-------~--~----~
You received this message b...
2009 Feb 26
0
[ADV/ANN] Get a support site with the Helpdesk Rails Kit
The Helpdesk Rails Kit <http://railskits.com/helpdesk/> is now available to
help you host your own support site, or even quickly add code for a support
site to your existing Rails app. It integrates well with email to manage
support requests, and it''s useful for hosting support articles for your app.
More info can be found h...
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a
my company''s software application service. I came across a tool called
Service Merchant (http://servicemerchant.org), and it looks like it
could be a good fit for me, especially since we do recurring monthly
subscription billing.
Has anyone tried using it? Liked it? Any suggestions or comments?
George
2008 May 23
3
Have you used the Rails SaaS kit?
Have any of you actually bought & used the Rails SaaS kit?
I am considering getting it to skip building out the admin & billing
parts but I wanna get feedback from someone who has actually used it.
Would you recommend getting the kit? Would you rather get a refund and
built it yourself?
~ mel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
For various reasons, I made a git branch and installed Paperclip in
place of attachment_fu. Paperclip works great except that images seem to
have lost some quality; edges have gone a little too jaggy to be able to
drop attachment_fu just yet. After a post on the Paperclip Google Group,
someone suggested the :convert_options could be passed additional
attributes, like ''quality'',
2009 May 11
7
Upload file with url parameter
I want to upload file using get method.
for example, "http://www.mydomain.com/upload?file=c:\test.exe" upload
my local file to the remote server.
I found one useful link about file uploading here(http://
www.tutorialspoint.com/ruby-on-rails/rails-file-uploading.htm).
Even I''ve changed some code in order to fit my rails version, it
worked well. But the problem is I have use