[Rails] Re: Lookingfor ROR Developer in Rosemont, IL

2015-02-09 Thread Manikandan Suriyamoorthi
Hi, we are interested on your job. please share your details to manikan...@optisolbusiness.com so that i can able to send you our ROR resource profile. Thanks, Manikandan -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ru

[Rails] Lookingfor ROR Developer in Rosemont, IL

2015-02-09 Thread Aparna Sikri
Please find the job description of Ruby on Rails Developer. If you are interested please email me your updated resume in word doc and I will contact you ASAP. Description: Conceptualize and build efficient, well-organized web or enterprise applications Work on all levels of the technical stack

[Rails] OpenStruct Rails

2015-02-09 Thread Matt B.
Hey guys, I am new to Rails, and have just completed my first app, a simple Blog... However I am looking to add more to it, I had a parser created for me that will scrape sports lines off a webpage. The problem is it is stored in an OpenStruct and I am not sure how to store it. He file runs just f

[Rails] Rails views "new,edit,show" with same layout?

2015-02-09 Thread KlausG
So we have such wonderfull gems like SimpleForm and Formtastic which help us to build our "new" and "edit" view with great support for Bootstrap and Foundation. But what about the "show" view? Is it still hand crafted or is there any way to generate a "view only form" with an "Edit" button inste

Re: [Rails] ajax will_paginate

2015-02-09 Thread tamouse pontiki
State your problem more clearly, as I don't understand. Better, post the code you have and what you're actually expecting. On Mon, Feb 9, 2015 at 11:14 AM, Melb01 wrote: > Thx for the answer > but my problem is when I have a query, I am unable to go to the second page > I get @posts as nil objec

Re: [Rails] [Newbie] Filtering Index page

2015-02-09 Thread tamouse pontiki
Hi, Jason, welcome! As you're building out your skills, I would refrain from looking for a gem for this sort of functionality, as it's a good thing to learn in general how to do. You can do this pretty easily if you only want to allow one position at a time: <%= link_to "Staff", people_path(:fil

[Rails] [Newbie] Filtering Index page

2015-02-09 Thread Jason O
Hello all and thank you for your time and help. I am working on my first big project and one of the requests that I have is to host a directory list people, with the option to click from an array of buttons with the different position titles. Button examples being: Staff, Faculty, Grad Student,

Re: [Rails] ajax will_paginate

2015-02-09 Thread Melb01
Thx for the answer but my problem is when I have a query, I am unable to go to the second page I get @posts as nil object, it is like paginating with ajax do not submit the query when changing the page rgds, On Monday, February 9, 2015 at 5:25:13 PM UTC+1, tamouse wrote: > > ... except with the

Re: [Rails] List of cities in a state

2015-02-09 Thread tamouse pontiki
The big scary comment from the carmen repo owner makes me a bit leery of using carmen, though with 200+ forks, it looks like it won't be going away anytime soon, either. I've used MaxMind's database with other languages (perl) and I know it's good, too. I'm happier letting someone else manage the

Re: [Rails] ajax will_paginate

2015-02-09 Thread tamouse pontiki
... except with the right model name ... On Mon, Feb 9, 2015 at 10:24 AM, tamouse pontiki wrote: > Maybe what you want is something more like: > > if params[:q] > @posts = Posts.find_with_q.paginate... > else > @posts = Posts.all.paginate... > end > > respond_to do |format| > ... > end > >

Re: [Rails] ajax will_paginate

2015-02-09 Thread tamouse pontiki
Maybe what you want is something more like: if params[:q] @posts = Posts.find_with_q.paginate... else @posts = Posts.all.paginate... end respond_to do |format| ... end So your rendering isn't gated by whether there is a 'q' parameter; it only determines what gets set into @posts. On Mo

Re: [Rails] Don't work JavaScript pipeline. Need help. =(

2015-02-09 Thread tamouse pontiki
If you delete the javascript_include_tag "application" from your layout, it won't load the pipelined javascripts. According to the bootstrap-sass README, you need to put the following: Require Bootstrap Javascripts in app/assets/javascripts/application.js: > //= require jquery > //= require boots

[Rails] Don't work JavaScript pipeline. Need help. =(

2015-02-09 Thread Артем Попов
Hello. I need some help with pipeline. I try build application with openlayer3. I compile ol.js. I put ol.js to /assets/javascripts/ . If I use <%= javascript_include_tag "application", "data-turbolinks-track" => true %> in app\views\layouts\application.html.erb, I can see the map in my pages,

[Rails] ajax will_paginate

2015-02-09 Thread Melb01
Hi, I have an index page with searchbox and with pagination, it worked well when I tried to make pagination with javascript, itworked for the first page but not the second I think the problem is to pass the value of the search box to the script of pagination here is my code: ---

[Rails] Re: Contributing in Rails organisation.

2015-02-09 Thread Javix
On Sunday, 8 February 2015 19:34:03 UTC+1, Puneet Agarwal wrote: > > Hi, > > I am using Ruby on Rails framework from last 1 year. I know how to build > website using this platform but now I am interested in contributing in Ruby > on Rails. I have seen bugs at github but contributing is much dif