RSS SubjectsBlogs about "Ruby on Rails"

Ruby on Rails

Bluehost Ruby on Rails Hosting
2008-09-29 19:37:00
Bluehost hosting fully support Ruby on Rails (RoR) open source script. Bluehost hosting with PHP, MySQL database, fastCGI, makes bluehost hosting one of the best Ruby on rails web hosting plan available. Bluehost FastCGI feature is important for Ruby on rails web hosting as it helps to improve your site performance and speed. If you are new to RoR, Ruby on Rails is an open source framework that allows you to easily set up your website. Your website can consist of content management, e-commerce, Yellow Pages, personal website, audio video and file sharing website, social network, or even a jobs search website. Ruby on rails makes database driven website setup in a snap. It’s a huge combination of web framework. You can view the sample of what publication at http://www.rubyonrails.org/appl-ications If you are looking for RoR web hosting, you should consider bluehost web hosting.
Google Gears Takes Ruby on Rails Offline - The Next Step: Plug-in
2008-07-26 07:07:00
The team’s next step is to get the technology “into a fully formed plug-in that can be used with any Rails app,” Marcus said. “And to make it more open-source-friendly,” Ma said. “That sounds like a great idea,” David Heinemeier Hansson, the creator of Ruby on Rails, wrote in response to questions about the Gears on Rails ...
Google Gears Takes Ruby on Rails Offline
2008-07-26 07:05:00
The Gears on Rails project by Google Gears enables Ruby on Rails developers to take their applications offline, as some sharp developers put Gears to new and different uses.Developers are putting Google Gears to some interesting uses, including offline support for Ruby on Rails and building client-side search engines. Gears for Rails represents another boost to ...
Ruby 1.8.7 has been released
2008-07-23 05:37:00
Akinori MUSHA announced today that Ruby 1.8.7 has been released. The new version of Ruby includes many bug fixes, lots of feature enhancements backported from 1.9 and some performance improvements since 1.8.6 while maintaining stability and backward compatibility with the previous release to a high degree. See the bundled documentation for details about compatibility issues. The source ...
Rails makes SEO easier
2008-07-23 05:00:00
Rails is one of the best frameworks for Search Engine optimization (SEO), at least if I compare it with frameworks I know about it. If you are not familiar with SEO, SEO is the process of optimizing the site for the sake of gaining more traffic from search engines. I will post in details later about ...
Facebook Application Development with Ruby on Rails
2008-05-30 07:46:00
In this article by Chang Sau Sheong, we learn how to create a Job Board Mashup Application using Ruby on Rails and Facebook. This application allows the user to perform some functions and features of a job board. Through this article, we will be able to acquire candidates through Facebook and search for jobs.
Facebook Application Development with Ruby on Rails
2008-05-30 07:46:00
In this article by Chang Sau Sheong, we learn how to create a Job Board Mashup Application using Ruby on Rails and Facebook. This application allows the user to perform some functions and features of a job board. Through this article, we will be able to acquire candidates through Facebook and search for jobs.
PeepCode.com - Ruby on Rails Screencasts
2008-05-29 22:18:00
What it doesFor the majority of non-tech savvy, non-programmer, non-engineer, talk of Ruby on Rails will most likely result in a perplex look and thoughts of gems and emeralds and railroad tracks. But for those who do know what this Ruby on Rails is about, they know itâ??s a great tool to develop your killer ...
RubyPlus.org - Screencast Tutorials for Ruby on Rails
2008-05-29 20:36:00
What it doesNew to Ruby on Rails? If youâ??re still learning the ins and outs of Ruby, you may want to consider tutorials, more specifically screencasts. Youâ??ll find only Ruby related screencast videos at RubyPlus.org. The site provides free screencasts covering a range of Rails related topics. These include extending ActiveRecord Associations, How to create ...
Magic of Ajax with Ruby On Rails
2008-05-15 12:42:00
Rails Implements AjaxRails has a simple, consistent model for how it implements Ajax operations.Once the browser has rendered and displayed the initial web page, different user actions cause it to display a new web page (like any traditional web app) or trigger an Ajax operation: 1. A trigger action occurs. This could be the user clicking on a button or link, the user making changes to the data on a form or in a field, or just a periodic trigger (based on a timer). 2. Data associated with the trigger (a field or an entire form) is sent asynchronously to an action handler on the server via XMLHttpRequest. 3. The server-side action handler takes some action (that's why it is an action handler) based on the data, and returns an HTML fragment as its response. 4. The client-side JavaScript (created automatically by Rails) receives the HTML fragment and uses it to update a specified part of the current page's HTML, often the content of a tag.An Ajax request to the server can als...
An Opensource Web Development Frame Work Ruby on Rails
2008-05-15 12:32:00
Everyone from startups to non-profits to enterprise organizations are using Rails. Rails is all about infrastructure, so it's a great fit for practically any type of web application Be it software for collaboration, community, e-commerce, content management, statisticsRuby on Rail is a free web application framework, which intends to increase the speed and straightforwardness with which database-driven web sites can be created and offers skeleton code frameworks from the outset. Often shortened to Rails, or ROR, Ruby On Rails is an project written in the Ruby programming language and applications using the Rails framework are developed using the Rails framework are developed using the Model-View-Controller Design Pattern.Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-...
[GEEKY] Twitter and Ruby on Rails
2008-05-03 16:53:00
Pito’s Technology Blog – TechCrunch: ?We?re hearing this from multiple sources: After nearly two years of high profile scaling problems, Twitter is planning to abandon Ruby on Rails as their web framework and start from scratch with PHP or Java (another solution is to stick with the Ruby language and move away from the Rails framework).? (from TechCrunch) Well you know ... read more
Building Dynamic Web 2.0 Websites with Ruby on Rails
2008-04-16 15:45:00
Building Dynamic Web 2.0 Websites with Ruby on Rails# Author: A P Rajshekhar# Publisher: Packt Publishing # Number Of Pages: 232 # Publication Date: 2008-04-12 # ISBN-10 / ASIN: 1847193412 # ISBN-13 / EAN: 9781847193414 Ruby on Rails is an open-source web application framework ideally suited to building business applications, accelerating and simplifying the creation of database-driven websites. It has been developed on the Ruby platform. This book is a tutorial for creating a complete website with Ruby on Rails (RoR). It will teach you to develop database-backed web applications according to the Model-View-Controller pattern. It will take you on a joy ride right from installation to a complete dynamic website. All the applications discussed in this book will help you add exciting features to your website. This book will show you how to assemble RoR's features and leverage its power to design, develop, and deploy a fully featured website.
Engine Yard Selects Internap to Deploy Powerful Ruby on Rails Web Applicati
2008-04-04 01:40:00
Internap?s Performance IP network solutions provide Engine Yard with increased convenience, flexibility and reach
Magic of Ajax with Ruby On Rails
2008-03-25 07:14:00
Rails Implements AjaxRails has a simple, consistent model for how it implements Ajax operations.Rails has a simple, consistent model for how it implements Ajax operations.Once the browser has rendered and displayed the initial web page, different user actions cause it to display a new web page (like any traditional web app) or trigger an Ajax operation: 1. A trigger action occurs. This could be the user clicking on a button or link, the user making changes to the data on a form or in a field, or just a periodic trigger (based on a timer). 2. Data associated with the trigger (a field or an entire form) is sent asynchronously to an action handler on the server via XMLHttpRequest. 3. The server-side action handler takes some action (that's why it is an action handler) based on the data, and returns an HTML fragment as its response. 4. The client-side JavaScript (created automatically by Rails) receives the HTML fragment and uses it to update a specified part of the current pag...
Ruby on Rails?
2008-03-13 23:49:00
Ruby on Rails is an open source programming language that provides a code stage to quickly build database-driven web applications. It includes five standard packages: ActiveRecord, ActiveResource, ActionPack, ActiveSupport and ActionMailer that can be extended. The Rails framework, which provides the structure for the models and views needed for a basic website, is developed employing the Model-View-Controller (MVC) architecture.There are two concepts in Ruby on Rails--Convention over Configuration (CoC) and Don't Repeat Yourself (DRY). The principle behind COC is that only strange aspects of the application need to be specified; otherwise, they follow the established standard. DRY requires that information be placed in a single, unambiguous location to ensure a single point of reference and avoid hidden errors.The principles behind Ruby on Rails allow for huge development speed while minimizing lines of code and errors. It has the advantage of including a lot of web development kn...
Cài ??t Ruby và Ruby on Rails vào Ubuntu 7.10
2008-03-04 19:42:00
T? post bài này lên ?ây ?? t? có th? tham kh?o l?i cho l?n sau có c?n dùng t?i. Bài này nh?m m?c ?ích tham kh?o cách cài ??t Ruby và Ruby On Rails vào phiên b?n distro Ubuntu 7.10. M?t vi?c không kém quan tr?ng khi kh?i nghi?p l?p trình ngôn ng? ...
Ruby on RAILS jobs, immediate requirement
2008-02-26 07:26:00
I got this mail a couple of days back from Anu and basically she wanted to know if I was looking for a job.I am sure there are many of you who are Ruby on RAILS expert and would be interested in taking up on this opportunuty.Here is the mail(posting this mail here with Anu's consent):Hello Mr Kumar We need ROR expert and looking at your description i am sure you are good with Ruby.I am from London and our company in London deals with real estates as i mentioned. The company we are outsourcing is in hyderabad in Punjagutta. Work will primarily be on ROR to develop one of our websites called Link Up properties (www.linkprop.co.uk), we are trying to reconstruct the whole website with all advanced features. I assure you will love this Job. We are looking for 2 ROR experts so if you are interested or have anyone with relevant experience please come back to me.Please feel free to contact me, the salary will be to your expectations once you are selected. Please forward this email to any o...
Ruby on Rails
2008-02-19 09:28:00
    Ruby on Rails read more
By: BuzzVines
Ruby on Rails Up and Running - Certification books
2008-02-16 02:35:00
This compact guide from O'Reilly teaches you the basics ofRuby on Rails, the super-productive new way to develop full-featured webapplications. Discover how to install and use both the Ruby scriptinglanguage and the Rails framework. More advanced material shows you just howfast Ruby on Rails can go. http://www.megaupload.com/?d=TC-AFPLR5
Ruby on Rails 2.0 Tutorial, Part 2
2008-01-29 07:51:00
The second part of a Ruby on Rails 2.0 tutorial. Ruby on Rails 2.0 changes the way Rails uses scaffolding. This has made many existing Rails tutorials obsolete. This part covers customization of the Model and the View and gets the scaffolded application built in part one looking like something you could present to a client
RubyRags, T-shirts for Ruby on Rails Junkies
2008-01-16 18:12:00
Watching RubyRags current and upcoming collection makes me wondering how niche can selling T-shirt as commercial projects can be. While the norm (for tee sellers and designers) is to sell or create T-shirt as many as possible either with graphic art that appeal to the mass, punchy creative joke or by offering lowest-but-good quality tee possible; there are few who target very specific, niche group of people.And for RubyRags and Ryan Norbauer this niche market means "Ruby community-spirit-building". Some of you may never heard Ruby on Rails (and I, too, only know very little about it) but it's basically a computer programming language. The fact you never heard about it proving how unpopular Ruby on Rails for public in general, however, there is where RubyRags is targeted to. I don't know many Ruby on Rails fan out there who know RubyRags' existence, but soon they will; and most likely they will like it or at least appreciate it. After all it's small world in (very) niche market.
A little bit of RAILS for Build Your Own Ruby on Rails Web Applications rea
2008-01-05 23:46:00
This post will be of use to you only if you happen to be a newbie to Ruby and Ruby on Rails and currently working on the Shovell web application from the book "Build Your Own Ruby on Rails Web Applications" by Patrick Lenz.This post will be helpful to you if you are trying to add a feature to the Shovell application where the users of the Shovell should be able to update/edit stories posted by them.After completing the Shovell application as guided in the book "Build Your Own Ruby on Rails Web Applications" I wanted to add edit functionality to my stories of Shovell application and after a few hours of struggle (I am very new to Ruby and Ruby on RAILS RoR) I was successfully able to implement the edit functionality to Shovells's stories.This is how I achieved it :) --Display a "edit story" link next to the "Submitted by" link on the show story page.(validation done: display the "edit story" link only if the current story being displayed is submitted by the current logged in user.)A...
Ruby on RAILS, updating a record in the database using form_for and update_
2007-12-26 11:27:00
Please get the post from here moved because of the formatting problem.
Ruby on Rails, PHP and/or JavaScript
2007-12-21 20:35:00
Over the last quarter, I have been doing small scale investigations into Ruby on Rails as an alternative to the PHP/Drupal solutions that my company currently employs. Here is a slightly edited transcript that I gave our COO recently, concerning some of my conclusions. read more
Ruby on Rails Experts
2007-12-12 19:29:00
Ruby on Rails which is sometimes also known as Rails or RoR is an excellent platform of developing interactive data driven sites. Sites using this perform better and are more reliable. When you need a website in which you want everything top notch and way better than the competitors, then don?t think twice and get ...
Ruby on Rails: Add Features
2007-12-10 06:38:00
I have a ruby on rails website. It's got a few bugs. It needs to be thoroughly tested.Essentially, for this project, I would send you a list of about 5-10 features/bug fixes. You would give me a start date and finish date with cost.You have to have experience using Assembla.In your response, please provide links to 3 completed Ruby on Rails projects or prototypes you have built.Click Here To Bid This Project
Ruby on Rails for PHP and Java Developers (Paperback)
2007-12-02 05:12:00
Ruby on Rails for PHP and Java Developers (Paperback)By Deepak Vohra Buy new: $52.4024 utilised and new from $46.87 First tagged “ajax” by Mark Carrel Customer tags: ajax, ruby on rails, rails ...
Wordpress Alternative - Web 2.0 Ajax Ruby on Rails
2007-11-26 02:15:00
Typesphere is blogging software written with the ever popular Javascript framework Ruby on Rails. The software reminds me of Wordpress although the Ajax page enhancements are slightly more pronounced. Theoretically Wordpress is enough, but in todays day and age even blog-masters wan’t to blog in style. This is style, and Typosphere most definitely has a ...
An Opensource Web Development Frame Work Ruby on Rails
2007-11-14 07:12:00
Everyone from startups to non-profits to enterprise organizations are using Rails. Rails is all about infrastructure, so it's a great fit for practically any type of web application Be it software for collaboration, community, e-commerce, content management, statisticsRuby on Rail is a free web application framework, which intends to increase the speed and straightforwardness with which database-driven web sites can be created and offers skeleton code frameworks from the outset. Often shortened to Rails, or ROR, Ruby On Rails is an project written in the Ruby programming language and applications using the Rails framework are developed using the Rails framework are developed using the Model-View-Controller Design Pattern.Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-...
Ruby on Rails Beyond the Basics (CD-ROM)
2007-11-13 04:11:00
Ruby on Rails Beyond the Basics (CD-ROM)By Kevin Skoglund Buy new: $99.95 First tagged “ajax” by lynda.com Customer tags: programming ruby, ajax, mysql, ecommerce, electronic commerce, e-commerce Technorati Tags: programming ruby, ...
How to Build DIGG in Ruby On Rails (Free Book)
2007-10-30 07:32:00
    I've been playing a lot lately with RoR (Ruby on Rails) and of course I love DIGG, hence I was very pleased to stumble upon a very interesting work by Patrick Lenz, which is a definitely cool and enjoyable free book (pdf) on how to build a full blown DIGG in Ruby on Rails ...
How to Build DIGG in Ruby On Rails (Free Book)
2007-10-30 07:32:00
    I've been playing a lot lately with RoR (Ruby on Rails) and of course I love DIGG, hence I was very pleased to stumble upon a very interesting work by Patrick Lenz, which is a definitely cool and enjoyable free book (pdf) on how to build a full blown DIGG in Ruby on Rails ...
Lypp lancia un plugin VoIP per Ruby On Rails
2007-10-26 12:33:00
A metà tra marketing ed un esperimento di vera apertura, Lypp, servizio che offre chiamate e conferenze attivate via instant messaging, annuncia la disponibilità di un plugin per Ruby On Rails (framework di programmazione per applicazioni Web che sfrutta Ruby e AJAX) basato sull’API di Lypp... Leggi l'articolo completo
Ruby-On-Rails or PHP?
2007-10-21 22:09:00
Let me begin with a couple of sentences about my background. My major is not CS, it’s business, my profession is online marketing, and I write code because I enjoy doing it. It helps me to think straight, so besides being fun it is also kind of a mental exercise. Of course it makes my ...
Ruby on Rails Resources
2007-10-14 04:07:00
Ruby on Rails has quickly became the most sought after programming language in the last couple years. Here’s a list of resources for RoR. Ruby on Rails - An open-source web framework that favors convention over configuration. Locomotive - A Ruby on Rails development tool for Mac OS X. Instant Rails - Instant rails is a runtime solution ...
Ruby on Rails Resources
2007-10-14 04:07:00
Ruby on Rails has quickly became the most sought after programming language in the last couple years. Here’s a list of resources for RoR. Ruby on Rails - An open-source web framework that favors convention over configuration. Locomotive - A Ruby on Rails development tool for Mac OS X. Instant Rails - Instant rails is a runtime solution ...
Switching from Rails back to PHP?
2007-09-25 05:25:00
This post is a response to Derek Siver’s post on the O’Reilly blog. Over two years ago, he decided to ditch a hundred thousand lines of messy PHP code in favor of rewriting his whole site with Ruby on Rails. Two years later, he isn’t even half done and has decided to ...
Installing Ruby on Rails and Gems on Windows
2007-09-15 21:07:00
There are enough tutorials around on how to install Ruby on Rails and Gems on Linux; but the question is, how do you install them on Windows? 1) Install Ruby using the one click installer. You can get the latest version of the installer from here; the installation is simple and only takes a few clicks. 2) ...
How-to: Portable Rails Development on a USB Drive
2007-08-21 06:14:00
As a follow up to a previous article about Portable Web Development on a USB Drive, here are a couple programs you can include to make it Ruby on Rails compatible. InstantRails In the original article, I recommended XAMPP Lite as a portable Apache, PHP, MySQL server that doesn’t require installation. You can add a ...
Ruby on Rails - Sayfam?z?n içerisine ba?ka bir sayfay? ça??rmak (include-re
2007-07-30 00:00:00
Bu sorun herhalde, ruby on rails' in di?er dillerden olan fark?ndan kaynaklan?yor. Ya da ben yeni bi programlama dili ö?renmeyeli uzun zaman olmu?. Yine gözümde çok büyüttüm, belki rails'te yoktur bile dedim. :D Ama sonunda template' imin içerisine ba?ka bir template 'imi include etmeyi ba?ard?m. Nas?l m? oldu. ??te ?öyle: include ...
Ruby on Rails projesini Web Server? da yay?nlamak
2007-07-30 00:00:00
Asl?nda san?ld???, dü?ünüldü?ü veya tahmin edildi?i kadar zor bir olay de?ildir. Sadece ne yapt???n? bilmek ve anlayabilmek gereklidir. Günlerdir üzerinde u?ra?mam?n sebebi, internetten ingilizce döküman okumay? sevmemeden kaynaklan?yor olabilir :) Tabii Ruby On Rails hakk?nda türkçe kaynak bulamamak i?leri zora sokan as?l mesele. Bu blogu o yüzden kurduk ya ...
Review: Agile Web Development with Rails
2007-07-13 05:54:00
When I first decided to learn Ruby on Rails, I came across two book recommendations on the official Ruby on Rails site. The first book is an introduction to web development with Rails, called Agile Web Development with Rails. The second is called Rails Recipes which includes many tutorials on using Rails ...
Ruby on Rails vs (Java, PHP)
2007-07-07 00:00:00
You will be convince why you need to start coding and have fun in RubyOnRails Part 1 Part 2 Part 3 Part 4
Ruby on Rails
2007-07-04 23:42:00
LinRails — Ruby On Rails For Linux Posted by kdawson on Wednesday July 04, @07:53AM from the be-the-first-on-your-block dept. foobarf00 writes "LinRails is a binary package that includes Ruby-1.8.6, Rubygems-0.9.4, Rails 1.2.3, Mongrel 1.0.1, MySQL-5.0.41, ncurses-5.6, OpenSSL-0.9.8e, and zlib-1.2.3. Its goal is to make it easy to get a Ruby on Rails development environment running in no time. This initial 0.1 release doesn't have a Web server in the package; opinions are solicited as to which to include."source : slashdot.org
Emerging web development technology - using ruby on rails instead of asp.ne
2007-07-03 15:38:00
We are seeing more and more talk of using a technology called Ruby on Rails to develop web based database driven applications.The developers are loving it at the moment! We hear that microsoft will support ruby on rails in the next Visual Studio software development suite.12 Reasons I Use Rails instead of .NETWhat do you think of ruby on rails? Please leave a comment, love to hear what you think!
Vatanda??n gözünden Ruby On Rails :)
2007-06-11 00:00:00
Rails (Önceki bilinen ad?yla "Ruby On Rails"), Ruby diliyle yaz?lm?? a? uygulamalar? geli?tirme altyap?s?d?r. Genel modülleri ?öyledir: ActiveRecord (Model) ActionView (View) ActionController (Controller) Yukar?daki aç?klama Vikipedi' den al?nm??t?r. ?imdi Ruby On Rails benim farketti?im kadar?yla neymi? ona bi bakal?m.
Ruby on Rails in a Nutshell
2007-05-30 04:11:00
Ruby on Rails is the latest craze (actually it’s been a craze for a while now, I’ve just been slow to adapt). If you haven’t tried it, then I would suggest you do so immediately! It makes the job of any serious web developer a hundred times easier and makes you much ...
Language war: real stuff
2007-05-23 04:27:00
One of the bright side of flame wars between the languages is, they gives the community some real stuff at the end. We love it when people who really knows the ins and outs of the languages/platforms speaks up and one can actually get to know the gotchas and strengths of the languages and the ...
Editores para desarrollar en Ruby on Rails
2007-05-18 00:49:00
Para todo programador es importante elegir un buen editor para desarrollo de sus proyectos. Para el famoso framework Ruby on Rails, existen un gran variedad. Listemos algunos:RadRails (Windows, Mac. Linux)RoRED (Windows)Textmate (Mac)jEdit (Windows, Mac, Linux)Arachno Ruby IDE (Windows, Mac, Linux) Scribes Editor (Linux)Intype (Windows)E-texteditor (Windows)Aptana + RadRails (Windows, Mac, Linux)NetBeans IDE (Windows, Mac, Linux)
51414 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker