Tag: ruby
Fast XML Parsing in Ruby
by on Nov.15, 2011, under Ruby and Rails
Best of the Web
A detailed series of articles explaining how debuggers work their magic.
At financial services firms, developers rule once again!
A series of approachable, to-the-point tutorials on how to use Git.
For an easy-to-understand explanation of formal grammar in one concise essay, start with this.
How fonts are rasterized and optimized for display (with an emphasis on open source tools).
<a href="http://drdobbs.com/web-development/231903016tag:news.google.com,2005:cluster=http://drdobbs.com/web-development/231903016Tue, 15 Nov 2011 01:22:52 GMT”>Fast XML Parsing in Ruby
How to install Ruby on OS X 10.6.7?
by on Jul.03, 2011, under Ruby and Rails
I’m in a position to where if I learn Ruby, I have an internship working a for tech company. I have experience in c#, objective-c, html, css, php and a lot of web development. however, they want people who can create websites in Ruby. how the hell do I get the programs/sites to run? like, in HTML you make a file with the write code, save it as filename.html and you can open in in your web browser.
How do I open a filename.rb file?
Ruby on Rails?
Can someone give me some information?
career in ruby on rail?
by on Mar.21, 2011, under Ruby and Rails
i got a job on ruby and rail… pls tell me the future and career growth in this field.
what we can do with ruby and rails?
by on Feb.25, 2011, under Ruby and Rails
Please tell me what actually we can do using ruby rails programming language. What is it actually ?
How long will it take me to become a RUBY on RAIL Developer?
by on Dec.29, 2010, under Ruby and Rails
Is 1 year a decent target? I read that in the opposite oif C#/Asp.net I can be productive right away with Ruby on Rail??
Please guide me on how long(months) and how many hours should I study per day. Thanks
How long will it take me to become a RUBY on RAIL Developer?
What’s the best way for me to build a web site where users can submit / search/ browse other user reviews?
by on Dec.19, 2010, under Ruby and Rails
Is this easy? I am not a programmer. Do I use PHP/ MySQL? Ruby on Rails? what about Joomla or something like that? is a site with submitted user reviews called a “CMS”? is there a template or simple program where most of the programming is done for me? Should I just pay a pro to do this for me? How much might it cost? thanks in advance!!
Ruby on Rails 3.0 is available | CMS Report
by on Nov.03, 2010, under Ruby and Rails
I’m not much of a programmer but I can appreciate the value of a good programming language when I see it. While I know Python and dabble with PHP, I’ve always appreciated Ruby and Ruby on Rails. there is something about the Ruby development scene that perks my interest in this programming language.
Ruby on Rails 3.0 was just released this week. the development of Rails 3.0 has been two years in the making. David August writes:
Rails 3.0 has been underway for a good two years, so it’s with immense pleasure that we can declare it’s finally here. We’ve brought the work of more than 1,600 contributors together to make everything better, faster, cleaner, and more beautiful.
Some of the biggest changes and additions in Rails includes:
- New Active Record query engine – makes it easier to build complex queries over several iterations.
- New router for Action Controller – the syntax has been modified to to favor the REST style
- New Action Mailer
- Manage dependencies with Bundler – Bundler allows you to specify the libraries, frameworks, and plugins that your application depends on.
- XSS protection by default
- Encoding issues resolved
- Active Model: Validations, callbacks, etc for all models
- Official plugin APIs
- Documentation
If you’re interested in Ruby on Rails 3.0, check out the download page at RubyonRails.org.
If I learn PHP or Ruby On Rail will I get a job quickly?
by on Oct.03, 2010, under Ruby and Rails
I am looking at a 25K job. if I learn now PHP or Ruby on Rail and study it for 6 months will I get a job easly? I am seeking for a 25 K job.THX
I’m new to ajax, and would like to know which toolkit i can use for ajax development.?
by on Sep.18, 2010, under Ruby and Rails
I’m pretty comfortable using Dreamweaver for HTML and CSS, but dreamweaver does not have a great ide for javascript. features like code completion, wtc are missing for javascript.
I’m also thinking about ruby on rails…please gimme som einfo on this matter..thanks
I’m new to ajax, and would like to know which toolkit i can use for ajax development.?
Nitriq Blog – Ruby and .Net Developers Solve Two Different Kinds …
by on Aug.22, 2010, under Ruby and Rails
A few days ago I ran across a tweet by a Ruby developer who I’ve been following for a while, in which he asks for someone to “… actually explain the value of Visual Studio and intellisense in terms I can understand?” At first, I responded with the top two things in my head:
1. it drastically reduces how much typing I have to do
2. it helps me learn a new API
He seemed to be under a misconception about the speed of intellisense, I understand why he might have thought that but it really hasn’t been an issue for several years now. but what really got me thinking is when he responded “It just seems to me that if intellisense really drastically reduces typing, perhaps the language is too verbose”.
I think the larger misconception he has is that Ruby developers solve the same kinds of problems as .Net developers. they don’t. not even kinda. and it is these differences in the kinds of apps we build that make things like an IDE and intellisense indispensable. in general, Ruby developers create small to medium size websites – content management systems, small social networks and online storefronts. on the other hand, .Net developers create a lot of large scale enterprise applications. There are countless .net projects that have 50+ developers, the average .Net team probably has 15+ developers. When you need 3+ people just to describe what the business needs, the resulting code is going to be verbose. how big is the average Ruby team? two or three dudes?
I am not saying that Ruby sucks. it is an incredibly cool language that can help .Net developers to look at their code through a different light. Remove Ceremony? Great idea! TDD? Sweet! MVC? Booya! Convention over Configuration? HELLS YES. but even after borrowing as much as we can from Ruby, it isn’t going to make the gigantic complicated sales management system for a Fortune 500 company be not gigantic and complicated. hopefully it will be a slightly smaller and more simple, but that application is never going to be so simple that you don’t need an IDE or intellisense.
If you happen to work on a beast of project with a large team and you need help finding the troublesome spots you should really check out Nitriq and Atomiq. There is a free version of Nitriq – it lets you query your .Net assemblies with LINQ. you can think of it as a super configurable, easy to use FXCop. Atomiq finds and visualizes all the places that someone has copy and pasted code in your project. When I tell people what Atomiq does, about 90% of them get a smirk on their face because they know how much this happens in their project. if you’re smirking right now, just go look at it!
UPDATE: There is a pretty good discussion going on at Hacker News.
Nitriq Blog – Ruby and .Net Developers Solve Two Different Kinds …