Tutorials   

RAILS WILL NOT REROUTE TO NEW PAGE>>>>
Wed, 01 Sep 2010 22:06:33 UT
running virtual rails on linux mint with rails 2.3.4 im having trouble redirecting routes so here is what ive done by following tutorials: i opened rails directory and created rails_test then i ran script/server to boot mongrel i opened another terminal and changed directory to rails_test i then ran script/generate controller site index about help

Klaus Graefensteiner's Blog: Climbing the CodeIgniter PHP MVC framework learning curve
Fri, 27 Aug 2010 10:09:16 -0500
Klaus Graefensteiner has a new post to his blog today with a full set of resources for those wanting to learn the CodeIgniter framework. I am taking two web development classes this Fall at Saddleback Community College. One is about AJAX and the other one about MySQL and PHP. Since the syllabus of both classes doesn't quite fit my interests, I am going to spice up AJAX with learning JQuery and MySQL/PHP with learning CodeIgniter. The following list has several links that I think will help me and possibly you get started with CodeIgniter. The list includes everything from a direct link to the CodeIgniter site out to sets of tutorials covering basic usse, integration with Doctrine and various general PHP tutorials that could also be handy for reference. He also includes a link to the HTML and PDF versions of the framework's manual.

Paperclip not saving images
Mon, 23 Aug 2010 16:55:33 UT
Hi, rails newb here. I'm trying to make a photo album app with rails. I'm using paperclip, because I need to upload multiple images at the same time. But when I upload a picture, paperclip isn't saving it. I'm not getting any errors, it just doesn't save it. I've gone through multiple tutorials trying to

CodeSnipr Learning can be simple!!
Sun, 22 Aug 2010 08:10:30 UT
Hi, All the group members right at here, we people recently lunched a website CodeSnipr based on Computer language like (PHP, RUBY, HTML, CSS, MYSQL, JQURY, IPHONE DEVELOPMENT, JAVASCRIPT, C++ etc.). CodeSnipr will provide you access to user generated tutorials. Here you can post your code snippet and learn from other's snippet. We

Scaffolding working...kinda
Thu, 12 Aug 2010 17:56:17 UT
Hello all. I've been working through some online tutorials, learning ROR and have a question on scaffolding. Through the command promt i've ran the command: $ script/generate scaffold Albums This created the controllers, helpers, models, and views. I have a database table titled "albums" and have two records saved

Hello and some clarity please before I start
Tue, 10 Aug 2010 06:14:51 UT
Hello I have been following a few Ruby on Rails tutorials developing some simple apps with inspiring levels of success. The reason is that I have a large project which I would consider using RoR for (previously I have developed using PHP + Codeigniter as a framework). The speed of development with RoR is fantastic.

What Advice Would You Give A Rails Newbie?
Sat, 07 Aug 2010 18:54:53 UT
I'm new to Ruby and to Rails, but have been very impressed by the tutorials I've gone through for each. They have convinced me that these are the best tools for the solutions I need to create, but before I really got started, I thought I'd query the wisdom of this list. Note, I plan on starting with Ruby 1.9 and Rails 3.0.

Community News: Learn Test-Driven Development with Munchkin
Wed, 04 Aug 2010 12:09:04 -0500
In this new post to his blog Giorgio Sironi points out a new project that wants to help you get started with test-driven development - Munchkin. Meszaros Marton and other PHP coders have started a Test-Driven Development project centered on showing the methodology to new adopters in a green field. The goal of the project, named Munchkin, is creating a feed aggregator - like Google Reader - from scratch. The authors will post a series of articles about their development process along the way. If you want to follow a step-by-step guide to implementing an Agile project with TDD in PHP, follow them. Their goal is to show you not only how TDD can make your application better but detailed tutorials on setting up your environment and making effective use of the tools in an agile environment.

KillerPHP.com: PHP & Javascript Video Tutorial - Form Validation part 1
Mon, 02 Aug 2010 14:27:38 -0500
On the KillerPHP blog today there's a new screencast tutorial - part one of a series about form validation with javascript. In this series of video tutorials, we look at Javascript and PHP based form validation by discussing what form validation is, why you should use it and then build an example using PHP and JQuery. You can view the video via the in-page player or check out some of the other great videos from the KillerPHP.com site.

tutorials for virtual rails
Tue, 27 Jul 2010 00:48:24 UT
I just finished installing virtual box and virtual rails on my laptop running vista os. this is all I know other then a bit of ruby code. im just starting out and learning ROR on my own. Does anyone have recommendations for tutorials on virtual rails?

Rails Hosting Question
Sat, 24 Jul 2010 16:28:40 UT
All, I'm a system administrator who has been tasked with learning to develop in Ruby and also deploying a development->production Ruby on Rails service for some internal applications. Currenty, I'm using Redhat Enterprise, Ruby 1.8.7 and Rails 3.0 Beta 4 on Phusion Passenger. I've followed the tutorials and have everything

how to embed ruby code
Sun, 18 Jul 2010 21:28:32 UT
I am very much a novice learning ruby code right now. I already know how to write the code and open it in a command prompt. My question is how do I embed it into an html document? how do I use rails? Im not sure where to go from here. I've been reading tutorials but havent found any clear direction. Can someone please steer me in the right

Zend Developer Zone: I'm back...and I brought friends!
Tue, 13 Jul 2010 15:31:12 -0500
In a new post to the Zend Developer Zone, there's an announcement from Cal Evans about his temporary return to Zend's Developer Zone site and provide it with some great content. For the next few months Blue Parabola will be helping out by managing DevZone. We will continue the 5 year tradition of finding great PHP related content from around the Net and making sure you have access to it. Along the way we may even write some new articles and tutorials. So come back often. See what, Marco, Keith, Beth and I find and share with you. Keep an eye on the Zend Developer Zone for some great content from this group. You can also check out some of their other efforts over on the php|architect site.

How do you deploy RoR? Newb alert!
Sun, 27 Jun 2010 18:42:51 UT
Hi there, I'm a newb when it comes to RoR but I have some questions about deployment that has eluded me since I heard about RoR 2+ years ago. I was hoping someone could shed some light for me on this subject. I've read many books on Ruby and Rails, and I've watched many video tutorials but after hours of reading up on Ruby and Rails, I am still

Controllers, what? why?
Mon, 21 Jun 2010 11:04:22 UT
Hi, I am starting to learn rails and I went through the guide and a couple of tutorials. Even though I understand controllers or at least I can use them I can't see yet the whole picture. Why do you need several controllers for a single application? If a controller is just a class whose methods interface with models and

Redirections, Duplicate Content & Permalinks
Sat, 12 Jun 2010 07:30:52 UT
Hi, Recently I've looked at trying to get a permalink system up to increase my site's ranking in google (and to have nice looking URLs); however I've been very worried about google and duplicate content. I currently already have a "flaw" in my site, in which if you go to mysite.com/tutorials/ID it will bring you to the same place as

Chat software
Wed, 09 Jun 2010 08:04:43 UT
Hello All, I want to create an chat software using ruby on rails. It would be just like gtalk only. I mean logged in users can see that who else are online and then they can talk to them. So can you guys tell me that from where can i start this. Tutorials, Examples, Plugins etc ..

A few questions before i start to programm
Wed, 26 May 2010 17:17:36 UT
Hello, I want to learn ruby. As a learning experience I want to write a programm which people can put the results of games in a tournament. The programm produces which team is first and so on. My question is : 1) Are there any tutorials about making a menu and working space ? 2) Are there any tutorial about how i can check if a team has already

Interested in Free Website Building?
Wed, 26 May 2010 09:07:55 -0500
Using free website building is a great and cost effective tool. Not only do you have tutorials to help you, but you receive free hosting as well. Everything that is given to do to build your website is understandable.

[Rails] Problems occur during production, but not in development
Sun, 16 May 2010 07:27:16 UT
Hi, Basically I've created a system with categories, that belong to tutorials, and these tutorials have positions. I've only recently created to new position thing, and I've added this to my edit form: <p> <%= f.label :position %><br /> <%= f.text_field :position %> </p> This works fine in production mode, and everything is as it should be.


 1  2  3  4  5  6   »

Categories

Ads