Discussion:
Ruby
Jeff Rain
2016-08-01 21:53:59 UTC
Permalink
Hey ?
Matthew Kerwin
2016-08-01 22:12:12 UTC
Permalink
Hey ?
Ho .
--
Matthew Kerwin
http://matthew.kerwin.net.au/
Jeff Rain
2016-08-01 22:26:32 UTC
Permalink
Hey glad you replied I am just looking for some one to discuss ruby with i
am JR ruby developer from Vancouver
Im have trouble using solidus also but 1st im just wanting to know this is
a consistent method of Q&A communications
Post by Matthew Kerwin
Hey ?
Ho .
--
Matthew Kerwin
http://matthew.kerwin.net.au/
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Leam Hall
2016-08-01 22:38:43 UTC
Permalink
Jeff,

Like IRC, "just ask". There are a lot of smart people here and I've
gotten a world of help from them. Some things to consider as you post:

1. Specify platform and Ruby versions. Also, other tools or gems being used.

2. Specify the question. The more specific, the better.

3. Show some code. That does three things; it often points out the error
as you type, it shows people you're put some effort into it, and it
gives an explicit demonstration of your code.

4. Be patient and thoughtful. Like I said, there are a lot of smart
folks here. Most of they have day jobs and families, not sure if anyone
is paid to just sit on the e-mail list and answer questions.

Leam


Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Matthew Kerwin
2016-08-01 23:18:22 UTC
Permalink
Jeff,
Like IRC, "just ask". There are a lot of smart people here and I've gotten
1. Specify platform and Ruby versions. Also, other tools or gems being used.
​This is really important, but subtle. Ruby 1.8.7 is long dead, but still
gets a lot of use. A lot of things changed between 1.8 and 1.9 (which is
also long dead, but still gets a lot of use.) And there are differences
(both in detail and in conformance) between different implementations
(MRI/CRuby, JRuby, Ruboto, Rubinius, ​etc.) Knowing your environment can
help us help you a lot better.
2. Specify the question. The more specific, the better.
​"Specific" is not the same as "short." If everyone asked this sort of
question, I'd be such a happy camper:

*I want to do <*this general​ thing*>. As a part of it I'm doing <*this
specific thing*>. I am trying <*this approach*>, which I though would
<*have this
effect*>, however it seems to <*do this other thing*> instead. Can you
help? Here is a short snippet copied-and-pasted from my codebase/link to a
gist that demonstrates my attempt.*
3. Show some code. That does three things; it often points out the error
as you type, it shows people you're put some effort into it, and it gives
an explicit demonstration of your code.
​It also gives us an idea of where you're at as a programmer. People who've
spent 25 years writing C code tend to produce drastically different code
from those who've done 10 years of java, or 5 years of
ECMAScript/javascript, etc. and of course they're all different from
someone who's never really done coding before.

What you already know will change how we approach both: understanding your
problem, and explaining a solution in a way you'll understand.​
4. Be patient and thoughtful. Like I said, there are a lot of smart folks
here. Most of they have day jobs and families, not sure if anyone is paid
to just sit on the e-mail list and answer questions.
​I'm certainly not.

Paid, that is; I'd like to think I'm patient and thoughtful. In the Ruby
community we have a saying, centred on the man who created the language: *Matz
is nice, so we are nice*.

Cheers​
--
Matthew Kerwin
http://matthew.kerwin.net.au/
Jeff Rain
2016-08-02 02:09:25 UTC
Permalink
Is solidus compatible with rails 5.0.0 any advice on a ecommerce start up
Ive heard spree is not safe to use and Im a Jr so sorry if my questions
arent as clear
when i run
bundle exec rails g spree:install
[image: Inline image 1]
I am following the instructions on this get started page @(
https://github.com/solidusio/solidus) and I am also
following a video tutorial on youtube (

So far i havent been able to get past this step.
Post by Matthew Kerwin
Post by Leam Hall
Jeff,
Like IRC, "just ask". There are a lot of smart people here and I've
1. Specify platform and Ruby versions. Also, other tools or gems being used.
​This is really important, but subtle. Ruby 1.8.7 is long dead, but still
gets a lot of use. A lot of things changed between 1.8 and 1.9 (which is
also long dead, but still gets a lot of use.) And there are differences
(both in detail and in conformance) between different implementations
(MRI/CRuby, JRuby, Ruboto, Rubinius, ​etc.) Knowing your environment can
help us help you a lot better.
Post by Leam Hall
2. Specify the question. The more specific, the better.
​"Specific" is not the same as "short." If everyone asked this sort of
*I want to do <*this general​ thing*>. As a part of it I'm doing <*this
specific thing*>. I am trying <*this approach*>, which I though would <*have this
effect*>, however it seems to <*do this other thing*> instead. Can you
help? Here is a short snippet copied-and-pasted from my codebase/link to a
gist that demonstrates my attempt.*
Post by Leam Hall
3. Show some code. That does three things; it often points out the error
as you type, it shows people you're put some effort into it, and it gives
an explicit demonstration of your code.
​It also gives us an idea of where you're at as a programmer. People
who've spent 25 years writing C code tend to produce drastically different
code from those who've done 10 years of java, or 5 years of
ECMAScript/javascript, etc. and of course they're all different from
someone who's never really done coding before.
What you already know will change how we approach both: understanding your
problem, and explaining a solution in a way you'll understand.​
Post by Leam Hall
4. Be patient and thoughtful. Like I said, there are a lot of smart folks
here. Most of they have day jobs and families, not sure if anyone is paid
to just sit on the e-mail list and answer questions.
​I'm certainly not.
Paid, that is; I'd like to think I'm patient and thoughtful. In the Ruby
community we have a saying, centred on the man who created the language: *Matz
is nice, so we are nice*.
Cheers​
--
Matthew Kerwin
http://matthew.kerwin.net.au/
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Loading...