On 8 February 2018 at 21:25, Dane Terrell wrote:
> I've been trying to create it, and nothing seems to work. So my question
> is, how do you create it. I've never worked with Ruby On Rails
>
In that case I suggest you start by working right through a good tutorial
such as railstutorial.org, whic
On Thu, Feb 8, 2018 at 1:25 PM, Dane Terrell wrote:
> I've been trying to create it, and nothing seems to work.
What is "it"? (Top-posting isn't helping here.)
> I've never worked with Ruby On Rails
You might want to spend a little time learning on a more vanilla
Rails app in that case.
--
Ha
I've been trying to create it, and nothing seems to work. So my question
is, how do you create it. I've never worked with Ruby On Rails
On Thursday, February 8, 2018 at 1:12:23 PM UTC-8, Hassan Schroeder wrote:
>
> On Thu, Feb 8, 2018 at 12:48 PM, Dane Terrell > wrote:
> > When I input localhos
On Thu, Feb 8, 2018 at 12:48 PM, Dane Terrell wrote:
> When I input localhost:3000 here is what I get
>
> NameError in CatalogController#index
>
> undefined local variable or method `search_state' for
> #
OK, so that's a totally different thing. Your request is being sent to
the right controller,
When I input localhost:3000 here is what I get
NameError in CatalogController#index
undefined local variable or method `search_state' for
# Did you mean? search_results
Extracted source (around line *#51*):
49
50
51
52
53
54
end
elsif start_new_search_session?
fin
On Thu, Feb 8, 2018 at 12:02 PM, Dane Terrell
answered 1 of 4 questions with:
> Here is the output
So it appears that the error message
No route matches [GET] "/catalog"
is correct 😀 Did you enter that in the address bar or did going to
literally "http:/localhost:3000/" generate that err
Here is the output
rake routes
Prefix Verb URI Pattern
Controller#Action
blacklight /
Blacklight::E
On Thu, Feb 8, 2018 at 9:53 AM, Dane Terrell wrote:
> Hi, I'm starting my first ruby on rails app featuring blacklight with solr.
> I can install and loginto the solr blacklight server on port 8983, but I
> can't seem to access localhost:3000. It appears to be a routing issue.
Never heard of Blac
Hi, I'm starting my first ruby on rails app featuring blacklight with solr.
I can install and loginto the solr blacklight server on port 8983, but I
can't seem to access localhost:3000. It appears to be a routing issue. When
I try to access localhost:3000 here is what I get..
Routing Error
No r
9 matches
Mail list logo