[Rails] Re: searching on model and related attributes

2012-06-16 Thread Frederick Cheung
On Jun 16, 2:43 pm, Matt Harrison wrote: > Hi all, > > Haven't played with rails for a while so I'm a little stuck. I've got to > make a search functionality across models. > > Let me try to explain this (sorry for lack of clarity, I've been reading > so many search gems etc that I'm a little fu

[Rails] Developing an app using dictionary, where should I put the dictionary file?

2012-06-16 Thread keystroke
Hi guys, As the titles says , where should I put my .dic file? and how can I refer to it? And some code to initialize the lib like is needed: @stardict = Stardict(path/filename) Should I place this in any Helper? or anywhere else? Thx. -- You received this message because you are subsc

[Rails] Bootstrap for Rails applications with auth sys

2012-06-16 Thread Hugo Dias
Hello ! I would like to share with you a tool that I developed to facilitate the development of applications using Ruby on rails. It comes with a secure authentication, Twitter bootstrap and a structure ready for HTML5 (Html5 boilerplate). I hope you enjoy https://github.com/hugodias/railStrap

[Rails] Re: Jasper reports and iReport

2012-06-16 Thread rohini k
> Could u send me your example app that work. It could help me.as i am not > getting the output displayed even if i follow the procedure given by you > people. > > and my mail id is gop...@exleaz.com > -- You received this message because you are subscribed to the Google Groups "Ruby o

[Rails] Rails suddenly broke after installing zsh

2012-06-16 Thread Kenley Tan
If I try rails new foo or bundle install I get the message below: /Users/esthertan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find railties (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, r

[Rails] Re: I can't install ruby on rails on my mac - Sorry I know it's been posted 1 million times before

2012-06-16 Thread Jessica Simon
Did you try... http://railsinstaller.org/ On Wednesday, June 13, 2012 6:33:10 AM UTC-4, blakeh92 wrote: > > > Hi guys > > I have a macbook pro version 10.7.4. > I'm so keen to start using the ruby programming language and the ruby on > rails framework, > but I cannot download the damn thing !

[Rails] Re: Ruby Developer - Contract - London

2012-06-16 Thread Arthur Canal
Hi Anthony, I am a Ruby on Rails developer based in London and looking for work at the moment. Is this position still available? Regards Arthur On Wednesday, March 21, 2012 10:21:06 AM UTC, Ruby-Forum.com User wrote: > > Hi all, > > Im currently looking for a Ruby on Rails Developer to work o

[Rails] Re: Jasper reports and iReport

2012-06-16 Thread rohini k
On Friday, February 8, 2008 11:57:33 PM UTC+5:30, Jon Garvin wrote: > > Flex, thanks a **ton** for your assistance. > > My report preview in iReport is now working great even with dyanmic > data (on our token windows xp box). I've got the "hello world" text > in the "page header" "banner" and

[Rails] Re: return JSON in AJAX

2012-06-16 Thread David Rhinehart
Check here: http://api.jquery.com/jQuery.post/ There's an example titled "Example: Posts to the test.php page and gets contents which has been returned in json format" about half way down the page. On Thursday, June 14, 2012 5:45:07 PM UTC-5, Ruby-Forum.com User wrote: > > hello guys, I'm tryin

[Rails] Re: [JOB] I want to find a ruby or rails part time job

2012-06-16 Thread RubyHive
Alex, where are you located? On Wednesday, May 16, 2012 9:01:54 AM UTC-7, Alex G wrote: > > hi all > > i want to find a ruby or rails job,just for learn english, i don't care > about salary > i use rails for 4 years, if you want a remotely developer, contact me pls! > -- You received this mess

[Rails] [JOBS] Ruby on Rails - Developer, Equity

2012-06-16 Thread RubyHive
I have a Ruby on Rails project that is the core of a start-up I am working on. I am looking for a talented developer who can come in as a founder. Much of the core solution has been designed and coded but much remains to be done including: 1. help complete the last phase of developoment 2. sugg

Re: [Rails] Re: Rails 3 | Ruby 193 | taking 10-15 mins

2012-06-16 Thread Javier Quarite
> > > On 16 June 2012 16:32, Karthikeyan A.K wrote: > >> OK, if you have a slow internet connection, rails s will take a long time >> (as bundler will run and check the internet for nay dependencies). Since >> you say almost everything is slow, have you checked if your system is fast? >> Any malwa

Re: [Rails] Re: Rails 3 | Ruby 193 | taking 10-15 mins

2012-06-16 Thread Pravin Mishra
Are you using solr?, I has same problem when i was running server without indexing. If is this case. Firstly reindex then go ahead. On 16 June 2012 16:32, Karthikeyan A.K wrote: > OK, if you have a slow internet connection, rails s will take a long time > (as bundler will run and check the inter

Re: [Rails] Problem with active resource(500 internal server error)

2012-06-16 Thread Hassan Schroeder
On Fri, Jun 15, 2012 at 10:48 AM, cyber c. wrote: > Started GET "/builds/buildclients.json" for 127.0.0.1 at Fri Jun 15 > 10:34:05 -0700 2012 > Processing by BuildsController#show as JSON >  Parameters: {"id"=>"buildclients"} >  build Load (0.2ms)  SELECT `builds`.* FROM `builds` WHERE > `builds`

[Rails] searching on model and related attributes

2012-06-16 Thread Matt Harrison
Hi all, Haven't played with rails for a while so I'm a little stuck. I've got to make a search functionality across models. Let me try to explain this (sorry for lack of clarity, I've been reading so many search gems etc that I'm a little fuzzy now): * Stores have town and county fields * Stores

[Rails] apache authentication filter run twice

2012-06-16 Thread Erwin
as a slight protection for the staging beta phase, I am using a filter in my application_controller before_filter :authenticate_apache ... def authenticate_apache if Rails.env == "production" authenticate_or_request_with_http_basic do |user, pass| ["user1", "user2", "user"].inc

[Rails] Re: having terrible issue with resque ( & redis? ) spend 3 full days debugging. Can't assign requested address - connect(2). Anyone knows a solution?

2012-06-16 Thread rubybox
Only the resque-web deamon loads up but will display same error if you go localhost:3000/resque ( the mounting point ) When starting resque normally: bundle exec rake resque:start --trace ** Invoke resque:start (first_time) ** Invoke resque:workers:start (first_time) ** Execute resque:workers:st

[Rails] Re: Rails 3 | Ruby 193 | taking 10-15 mins

2012-06-16 Thread Karthikeyan A.K
OK, if you have a slow internet connection, rails s will take a long time (as bundler will run and check the internet for nay dependencies). Since you say almost everything is slow, have you checked if your system is fast? Any malware or something? On Friday, June 15, 2012 11:35:33 AM UTC+5:30,

[Rails] Re: Rail project creation error on ubuntu 12.04

2012-06-16 Thread Karthikeyan A.K
How did u install it, using rvm? I have written a blog which you can follow to install ruby and rails http://acupofrails.wordpress.com/2012/03/16/installing-rails-on-ubuntu/ . But for this error, sorry, I don't have specific answer. On Saturday, June 16, 2012 1:20:09 PM UTC+5:30, Ruby-Forum.com

[Rails] Rail project creation error on ubuntu 12.04

2012-06-16 Thread hoboy Hoboy
this is the ruby version I used. ruby -version ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] -e:1:in `': undefined local variable or method `rsion' for main:Object (NameError) -- The problem is that when I create rails project I get errors on /config/initializers/sessio

Re: [Rails] How to use a text_field for dates?

2012-06-16 Thread Ermin Dedovic
Hello, You might want to check out this http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html :order - Set to an array containing :day, :month and :year to customize the order in which the select fields are shown. If you leave out any of the symbols, the respective select will not