Discoveries for Ruby on Rails

Show:



Sun Technologist: SOAP Stack A Failure



Sun Technologist: SOAP Stack A Failure CIO India, India - 7 hours ago Some, including Ruby on Rails founder David Heinemeier Hansson, have called these specifications " ws death star" -- a takeoff on the enemy home base in the.

Revving up once:radix for RAD Web apps



Revving up once:radix for RAD Web apps Computerworld Australia, Australia - 7 hours ago Want rapid Web apps without Ruby on Rails? Want a rich Internet interface and abhor Ajax? Need PostgreSQL development, but don't do PHP?

Creating Social Network Sites with Rails in Planning : Application ...



I started learning Ruby on Rails to create my social network site. But while studying i have noticed there are many many aspects of social sites like databases, discussions, ajax calls, users, admin panels, security etc. ...

Sun Microsystems Unveils Enterprise LAMP Stack for Solaris and Linux



http://www.pressebox.de/pressemeldungen/sun-microsystems-gmbhsun-presales-center/boxid-192894.html. Ruby 1.8.6, Rails 1.2.3, RubyGems 0.9.0, Mongrel 1.0.1, fcgi package, RedCloth (text parsing), Perl 5.8.8 and extensions, ...

Anagrams with Ruby



In my spare time I enjoy myself trying to figure out solutions to well-known problems without searching the web nor using third party libraries. It’s just a sort of challenge to keep my coding skills well trained. ...

Anybody got any luck with running a RoR with IBM DB2? in ...



Hi John, Please post your query related to ibm_db on the following forum http://rubyforge.org/projects/rubyibm/. Could you check if you are able to connect to your database through db2 command prompt. Thanks Praveen.

NoMethodError:undefine method beginning_of_month in Programming ...



Oh and when dealing with dates, if you use the fieldnames 'updated_at' and 'created_at', then rails keeps them correct for you automagically. If your 'date' field refers to something else, like when the pet is going to be dropped off or ...

creating tables/calling migrations from controllers in Planning ...



Um, in that case DEFINITELY DON'T DO IT. Databases are pretty blazingly fast for basic indexed queries... and you are talking about adding a single where condition (WHERE account_id = CURRENT_USER_ID) to your queries and rails has all ...

Is it possible to share validations between models? in Planning ...



Is it possible to share common validations between models? When I try I get a "method doesnt exist" error. I am assuming that because "validates_" methods are defined in active record. Anyone know of a way to do this? my code so far ...

Recurring Billing in Planning : Application Theory & Strategy



I've recently found the runt library http://runt.rubyforge.org/ which allows one to do all sorts of complicated scheduling stuff. It may be overkill for what you need though. hth.

Which RTE for Rails? in Programming Rails : Controllers and Views



Hi, I want to implement a RTE for my Rails application. I have search in the Internet, but the RTE were mostly for PHP only. Does somebody knows an RTE which is usable for Rails and which is free for use?

NoMethodError:undefine method beginning_of_month in Programming ...



meon wrote:. Hi, I'm trying to use group_by but get this error msg. This is my code a=Pet.find(:all) b=a.group_by { |d| d.date.beginning_of_month} thank you. All this a, b, d stuff is pretty confusing. ...

creating tables/calling migrations from controllers in Planning ...



and think the other way: if wordpress would create own tables for 1.000.000 blogs, and each blog has let's assume a minimum of 5 tables, that's 5000000 Model classes, each with duplicate code, bloating your app in memory quite some. ...

Creating Social Network Sites with Rails in Planning : Application ...



Go to http://lovdbyless.com/ and download their social web app source code. Then you can either use it to host your own site or study the code or both.

Beyond Server Farms in the Sky | InformationWeek




Beyond Server Farms in the Sky
InformationWeek, NY - 11 hours ago
(In Twitters’ case, the scripting engine is Ruby on Rails rather than Perl, but Twitter’s architecture is still basically LAMP). ...


VCs Have Their Heads in the Clouds | BusinessWeek




VCs Have Their Heads in the Clouds
BusinessWeek - 6 hours ago
... $15 million from New Enterprise Associates, Amazon, and Benchmark Capital to build out a development platform for programs built using Ruby on Rails. ...


The open source jobs boom | InfoWorld




The open source jobs boom
InfoWorld, CA - Jul 24, 2008
Other segments that grew by more than 100 percent in the first four months of this year from the same period last year include LAMP, Ruby on Rails, ...


Sun readies Web stack featuring choice of OSes | Computerworld




Sun readies Web stack featuring choice of OSes
Computerworld, MA - Jul 23, 2008
Versions of the Ruby, Perl, PHP, Ruby on Rails and RubyGems development platforms are featured as well. Also included is the Mongrel 1.0.1 HTTP library and ...


Revving up once:radix for RAD Web apps | LinuxWorld.au




Revving up once:radix for RAD Web apps
LinuxWorld.au, Australia - 4 hours ago
Want rapid Web apps without Ruby on Rails? Want a rich Internet interface and abhor Ajax? Need PostgreSQL development, but don't do PHP? ...


Browser, meet Ruby on Rails



silverline is a Ruby on Rails plug-in which gives the ability to run Ruby in the browser to manipulate HTML, vector graphics, or just do some computation. Bottom line: it let's you write Rails code that can run on the client. ...