3
votes
2answers
117 views
Data Transfer Objects VS Domain/ActiveRecord Entities in the View in RoR
I'm coming from a .NET background, where it is a practice to not bind domain/entity models directly to the view in not-so-basic CRUD-ish applications where the view does not direct …
2
votes
1answer
30 views
Shared host that supports PostgreSQL and Ruby on Rails?
Are there any shared hosts that support PostgreSQL and Ruby on Rails?
Dreamhost, my current host, doesn't.
Or maybe a VPS host. I kinda have a limited budget so prefer shared for …
4
votes
9answers
145 views
Ruby on Rails IDE
I'm getting started on Ruby on Rails...
What IDE would you recommend?
2
votes
1answer
39 views
Custom ActiveRecord finder invoking named scopes?
I have a custom finder defined below:
class ContainerGateIn << ActiveRecord::Base
...
def self.search(text)
result = if text
text.split(' ').inject(self) do |r …
3
votes
3answers
44 views
What is a Better Option Than Delayed Jobs (Ruby gem)?
Hi. I just found out delayed jobs consumes a lot of memory. I am using daemons gem. Can anyone point to a more simple (not overkill and doesn't consume too much memory) solution?
…
3
votes
3answers
72 views
Know any simple way to deal with Statistics (page views count) in Rails?
Hi Happy Holidays.
I have developed some features for a site (personal project).
I am not sure what is the best way to deal with this or whether I am in the right direction:
USER …
3
votes
1answer
46 views
PHP CMS installed on a RoR app’s public directory
I'm a total newb in installing PHP CMS packages like Drupal or Joomla. I would like to know if it's possible AND feasible to install one under a RoR app's public directory, and if …
7
votes
3answers
63 views
Do you think the RailsCamp concept will work in the Philippines?
Check this out: http://railscamps.com/
I, for one, think the local Ruby community is too small to make something like this viable. But if cross-platform topics are tackled, then i …
3
votes
2answers
94 views
How to fix this problem in Ruby 1.9.1 [Rails 2.3.4]
Loading generate environment (Rails 2.3.4)
/usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.4/lib/initializer.rb:386:in `read': No such file or directory - /var/www/html/site/joe/blog …
4
votes
2answers
72 views
What “pet projects” are you guys handling?
Sooo I just finished my last project for the year and I'm looking for a pet project that would keep me busy coding for the x'mas season. At least it'll keep my attention off the f …
1
vote
1answer
90 views
Are there famous and reputable Ruby / Rails Certification Exams today?
Are any offered in the Philippines?