similar to: how do I tell people about my open source Rails project?

Displaying 20 results from an estimated 20000 matches similar to: "how do I tell people about my open source Rails project?"

2006 Mar 14
3
Can anybody tell me step by step how validate data on form?
Hi, I am new to ROR. I have created a form with foru fields in ROR. Now its working fine for all CRUD operations. But I want to validate data on form for "validates_presence_of" validation. How to do this? I tried it by putting line "validates_presence_of :description" . But its not working. Its throws error like "undefined method `each'' for
2006 Jul 03
3
Open source gallery suggestion
Hello, I''m a RoR newbie. I need to develop a gallery site for a friend of mine. Can you suggest me an open source gallery I can start from? I just need to manage photos, albums and an admin user in order to modify albums. Thanks .Stefano
2014 Feb 24
0
Newbie friendly open source project?
Hello, I'm a hobby programmer learning Rails and I love it! I've done a few of my own RoR projects and now I would like to start participating in open source for the first time in my life. I am terrified of doing my first ever pull request. Could anyone please recommend an open source project that * Has a friendly community * Is not too big and intimidating a project (I'm not
2005 Dec 09
6
Which mysql for a new project?
Hi all, I am about to start a new RoR project. Which version of mysql is the current best one to use? I will be using the soon-to-be-released RoR 1.0 for the project. I really don''t want to start a PostreSQL vs. MySQL vs. Whatever war. I have all databases including Oracle at my disposal. This project will be my testbed for using RoR with mysql. I will be doing other tests with other dbs
2006 Jul 05
4
degrading gracefully - how to tell if JS is enabled?
Is there a RoR best practice wrt determing in a visitor''s browser has JS disabled? Is there even a way to find out? I''ve got a couple of pages in my app that are not going to degrade gracefully at all. I really need to point a visitor who has JS disabled down a seperate path. Any ideas? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed...
2017 Mar 20
1
[PATCH] v2v: inspect source: Don't tell people twice to run virt-v2v -v -x (RHBZ#1167623).
There were two related bugs in the virt-v2v error messages when source inspection failed. Firstly it would print the message about running 'virt-v2v -v -x' twice: virt-v2v: error: inspection could not detect the source guest (or physical machine). Assuming that you are running virt-v2v/virt-p2v on a source which is supported (and not, for example, a blank disk), then this should
2006 Feb 07
3
[Possible spam] New project - any volunteers?
Greetings! (and apologies upfront for any duplication as a result of my cross-posting) It''s been five weeks now since I began working with RoR. My experience has been incredibly positive. So much so that I''m emboldened to undertake a project I''d previously concluded I no longer had the technical chops to even _start_. I''ve included a brief description of
2006 Jul 01
3
Where to solicit bids on RoR project?
Where is the best place to solicit bids on a mid-size web app? (budget ~$15,000) What is the appropriate protocol for posting RoR RFPs? Thanks! Taylor -- Posted via http://www.ruby-forum.com/.
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use it for my Btech project...Kindly help me in dis regard...My exact query is: 1)Wat project topic to choose 2)How to learn dis technology n implement it in my project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2012 Apr 24
2
Contribute to open source
Hi,I learned ROR about 3 months period, i get to know some of the features on rails. I''m interested on this web programming technology, and i would like to spent some of my time to contribute a little to open source. Can anyone here give me some correct approach that I can start with small project? or any examples? Is tht neccessay that i have to expert in Ruby in contributing to
2006 Jun 19
1
How can I tell what fields have been updated?
I''ve scoured the Wiki and gone through the documentation with a fine toothed comb, but I can''t seem to find this answer. I want to keep a history of the changes made to a record, but can''t seem to find out what fields have changed. I''m sitting in the update function, as you can see below... I want to be able to get a list of what has changed so I can add
2013 Apr 17
1
I have done my first open source project, star rating gem for rails apps
Hello, Along back I''ve been developing my very first open source project and finally decided to publish it. It is a star rating system for rails applications. It works basically like the other systems but I used different javascript plugin and added some other features such as ability to re-rate user''s ratings, support for long IDs of users etc etc GitHub repository
2009 Jun 12
2
Fail to start a lower Version ( Rails 1.1.6) Rails Project
I have a RoR project in rails version 1.1.6. Just to start this project i just install rails of version 1.1.6 but when i am going to start to start the server then i got the following error.. D:\simpleticket>ruby script/server ./script/../config/boot.rb:25:Warning: Gem::SourceIndex#search support for Strin g patterns is deprecated ./script/../config/boot.rb:28: undefined method
2006 Jun 29
1
Seeking RoR help for an upcoming project
Hello, We''re working on building a fairly lightweight, community-oriented site which would be a great opportunity for a beginning-to-moderately-experienced RoR developer looking to cut their teeth on a real site. The site could prove to be highly visible if succesful and would be an excellent addition to your portfolio. Please drop me a line and I can go into detail on the
2007 Nov 19
0
How deploy my ROR project to hostgator
hi, all I''m a new comer of HOSTGATOR, and I want to deploy my ror project on this host. But I can''t find some useful guide, I follow the steps in this thread, but I meet the 400 error, any body can give me some steps of deploy ror project on HOSTGATOR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2012 Jun 12
3
Project Fedena
Hi, I''m new to RoR. I am interested in Project Fedena (http://projectfedena.org/), an open source school information system. Actually the bare open source code base is not much help to me by itself, but Foradian sells a "Pro" version (http://www.fedena.com/solutions). The project has been in the open source for three years, but I can''t find a single 3rd party open
2006 Mar 15
2
Inventory Project
I am trying to write a inventory web application with RoR so that I can keep track of hardware and software purchased by the company. I would also like to be able to associate products we buy with users and departments. I would like it if you could enter in products (since we purchase many of the same) into a product list. Then you could add a user or department and check off which products he
2006 Mar 25
4
Trouble Running my new controller
I''ve got Apache2, MySql5 installed on fc5, and I got RoR installed and set-up the database.yml file with correct username/password, etc -- but RoR keeps complaining that it keeps losing connection; [code] Mysql::Error: Lost connection to MySQL server during query: SELECT COUNT(*) FROM categories [/code] What is wrong? Why does it lose connection to MySQL server? -- Posted via
2004 Jun 09
1
qdisc associated free software
How can I advertise a free software that is associated to the linux qdiscs (more particularly htb). The soft does not seem to have impressed google, it is at http://www.rawsoft.org If you work on htb and are used to compiling modules, then you should try it. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc
2004 Jul 15
6
[OT] The stories people tell to support.
This one is for the archives. I got a call today that the * at one of my clients was not working. The switchboard is set up to ring for a while and then the rest of the phones start up if the switchboard doesn't pick up. This was not happening. Instead the mobile phone of one of the people there was ringing and after the delay the internals started ringing. When I connected to the web