[Rails] Re: help me . have to do a project in less span of time

2017-02-01 Thread kranthi ramireddy
i can combine but it is possible with the similar kind of projects. are there any similar kind of projects on github?( that u know ) On Wednesday, February 1, 2017 at 5:48:29 PM UTC+5:30, kranthi ramireddy wrote: > > THE ACTUAL PROJECT IMPLEMENTATION: The project implementation will be done > w

Re: [Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Robby O'Connor
People who are asking for help shouldn't be acting arrogant. You're not entitled to help. I'd encourage you to either: - Search Stackoverflow.com (search before you ask) - Actually try googling or even better looking at the sinatra site: http://www.sinatrarb.com -- Oh look a slack for Sinatra..

Re: [Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread tamouse pontiki
You are on the Rails list. Rails is also a gem of Ruby. And no I won't help anyone with an arrogant attitude like that. On Wed, Feb 1, 2017, 11:07 PM Elton Santos wrote: > Interesting, I was the one to post doubts about it? I do not think so: > > > https://groups.google.com/forum/#!searchin/ruby

[Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Elton Santos
Interesting, I was the one to post doubts about it? I do not think so: https://groups.google.com/forum/#!searchin/rubyonrails-talk/sinatra%7Csort:relevance I asking for help and I didnt find the correct list and active, you know then? And about education I think if you do not want to help just d

Re: [Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread thiagocifani
First, you are asking for help, be more polite. Second you are in the wrong list. This list is about rails, Sinatra is another framework. Please, try to post in the right list first. Em 2 de fev de 2017 2:52 AM, "Elton Santos" escreveu: > Sinatra is a gem of ruby, I'm on the correct list. Will y

[Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Elton Santos
Sinatra is a gem of ruby, I'm on the correct list. Will you help me or will you just keep talking things that have nothing to do? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails f

Re: [Rails] problem integrating bootstrap to rails .

2017-02-01 Thread tamouse pontiki
On Wed, Feb 1, 2017 at 6:05 AM kranthi ramireddy wrote: > i have a problem integrating bootstrap to the rails . i followed the > instructions given this link > http://stackoverflow.com/questions/18371318/installing-bootstrap-3-on-rails-app > and not able to load a navigation bar with this bootstr

Re: [Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread tamouse pontiki
On Wed, Feb 1, 2017 at 10:20 PM Elton Santos wrote: > someone? > > > Maybe you want the Sinatra mailing list instead of the Rails mailing list? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop rece

[Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Elton Santos
someone? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send email to rubyonrails-t

Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Joe Guerra
Hi, yes I had one column name I accidently capitalized. It caused me so much grief. I altered the table, and had to clean up my table column references in my code and all is well now. Just a quick question. I ran a migration that changed the column name on my local sqlite table, and when I t

Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Rob Biedenharn
> On 2017-Feb-1, at 18:24 , Walter Lee Davis wrote: > >> On Jan 31, 2017, at 10:55 PM, Joe Guerra wrote: >> >> ok, I solved of my problems. My git commit / push didn't work. Thats >> working now. >> >> >> the other thing is... >> >> ActionView::Template::Error (PG::UndefinedColumn: ERROR:

[Rails] Re: help me . have to do a project in less span of time

2017-02-01 Thread Joe Guerra
You should fork an existing project(s) from github, and combine them. On Wednesday, February 1, 2017 at 7:18:29 AM UTC-5, kranthi ramireddy wrote: > > THE ACTUAL PROJECT IMPLEMENTATION: The project implementation will be done > with all necessary features included along with security aspects.

Re: [Rails] local sqlite development vs Heroku PG deployment

2017-02-01 Thread Walter Lee Davis
> On Jan 31, 2017, at 10:55 PM, Joe Guerra wrote: > > ok, I solved of my problems. My git commit / push didn't work. Thats > working now. > > > the other thing is... > > ActionView::Template::Error (PG::UndefinedColumn: ERROR: column "startdate" > does not exist > 2017-02-01T03:51:33.326

[Rails] Re: Problem with Sinatra, json and Rspec

2017-02-01 Thread Elton Santos
No test with rspec work :( -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To post to this group, send emai

[Rails] Problem with Sinatra, json and Rspec

2017-02-01 Thread Elton Santos
Hi, I have a giant problem that I'm 5 days stuck!!! I have a app: https://github.com/eltonsantos/locaweb-twitter But Can't work with tests. Look: it "Has response HTTP 200" do get "/" puts last_response.inspect expect(last_response).to have_http_status(:success) end In ins

[Rails] rails session and multiple browser-tabs

2017-02-01 Thread Vlad
In my rails application the flow is as follows: 1. When the user visits the site for the first time, he can do nothing beside to sign in. 2. For the sign-in-process an external session service (ESS) is used. As a result the user gets an ESS-ID. This ESS-ID is stored with the Rails-Session

[Rails] help me . have to do a project in less span of time

2017-02-01 Thread kranthi ramireddy
THE ACTUAL PROJECT IMPLEMENTATION: The project implementation will be done with all necessary features included along with security aspects. some of the functionalities : a) Accessing through website. b) Selecting the projects. c) Adding them to wish-list. d) Contac

[Rails] problem integrating bootstrap to rails .

2017-02-01 Thread kranthi ramireddy
i have a problem integrating bootstrap to the rails . i followed the instructions given this link http://stackoverflow.com/questions/18371318/installing-bootstrap-3-on-rails-app and not able to load a navigation bar with this bootstrap snippet WebSiteName Home