Re: [Rails] Looking for help on how to incorporate Stripe into my existing files

2018-08-10 Thread Mugurel Chirica
Hey David, looks like you did not configure your application properly. What gem do you use for stripe, there should be a way for you to configure the app, have a look at the documentation. You will need to create a Stripe account, get the API keys from there and add them to your application,

Re: [Rails] Looking for something like Pay Pal that is more suited to Rails

2018-08-10 Thread Mugurel Chirica
Hello David, thanks for asking for my help. Based on the details you provided, you are asking quite a general task and I can't help you that much. I don't know what's your experience you have with Ruby on Rails in general, but the best thing I can do is to give you general development

Re: [Rails] Looking for something like Pay Pal that is more suited to Rails

2018-06-26 Thread Mugurel Chirica
Choosing a payment provider it's difficult and depends mostly on your needs. If you are more interested to get up and running with payments with not so many issues, then I recommend you to use https://stripe.com. Working with it is great in my opinion (compared with other payment providers), and

Re: [Rails] OT: Good places to look for remote Rails contract jobs?

2018-06-07 Thread Mugurel Chirica
Hello Ralpth, you can also try freelancing sites, like Toptal (they have like a lengthy getting in process, but I heard it's worth it), or sites like Upwork. Depending on what you are looking for in terms of work type and length of time, you can find new projects everytime, or maybe find like a

Re: [Rails] Docker

2018-05-17 Thread Mugurel Chirica
Hello Joe, to answer your question, yes. I have recently started playing with docker and can tell you that it's quite straight forward and works well with Ubuntu 14 - 16, and here is the big picture. You will create a Docker file and a Docker-compose file, and write a specific set of

Re: [Rails] Equivalent "sunset policy" for Ruby?

2018-04-05 Thread Mugurel Chirica
Hello Walter, Is this what you are looking for? https://www.ruby-lang.org/en/downloads/branches/ https://www.ruby-lang.org/en/downloads/releases/ Cheers -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group

[Rails] Anonymous survey - your help is greatly appreciated

2018-03-27 Thread Mugurel Chirica
Hello everyone, I'd like to have a better idea (that's up to date and real, not possibly fake data) of how much Web Developers / Programmers in different parts of the world are paid. If anyone has 20 - 60 seconds to spare and fill the anonymous survey, it will be very helpful. You will find the

Re: [Rails] help me debug this model

2018-03-27 Thread Mugurel Chirica
What have you tried so far in debugging this? Have you used any debugger like pry to see what happens when you rune the code? -- 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

Re: [Rails] How to start contributing to the Rails code?

2018-03-15 Thread Mugurel Chirica
First try: https://github.com/rails/rails/labels/good-first-patch If you can't find anything to contribute to Rails (since it's a very complex project), try and look for another OS software to contribute to. Try this: https://github.com/MunGell/awesome-for-beginners Good luck with your task!

Re: [Rails] How can we access current_model (Devise:Here model can be User,Account etc.) method inside AR model?

2018-01-26 Thread Mugurel Chirica
It would help if you can share the actual code, maybe we can get a better idea of what you want to achieve. -- 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

Re: [Rails] Publify

2018-01-03 Thread Mugurel Chirica
Can you please provide more details? What have you tried, what error did you get, can you show us the configuration file? Cheers -- 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

Re: [Rails] page unaffected by application.scss

2017-12-07 Thread Mugurel Chirica
Seems that the css on the specific page takes precedence over your application.scss. In order to verify this you can add an element with an id in your specific page, something like Test, and add css for it in your application.scss, something like #page_test { color: red; }. If that does not work,

[Rails] NewRelic replacement?

2017-11-28 Thread Mugurel Chirica
I am currently using NewRelic for a Rails production project, around 5 EC2 servers, and the pricing for a non-free account is extremely bad (personal opinion) while of course the free account is no good since the data only sticks around for 1 day. Does anyone have any experience with any

Re: [Rails] Re: Suggestion for open source projects to learn

2017-11-24 Thread Mugurel Chirica
Hello Chatty, I had a look at the project and it looks fun. Can you tell me what kind of help do you need with the project? Cheers. -- 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

Re: [Rails] CSS question.

2017-11-11 Thread Mugurel Chirica
For HTML/CSS questions you can use https://jsfiddle.net/ (or something else that's similar in functionality), add your HTML and CSS in there and we can all have a look. If someone can solve the issue they can update the code from jsfiddle and give you the solution. If that's too much then can you

Re: [Rails] drop down hover bootstrap

2017-11-11 Thread Mugurel Chirica
The best place to start is to completely read the Readme section for the plugin you are trying to use, https://github.com/CWSpear/bootstrap-hover-dropdown and after that try again and implement it on your website. Check the console without the plugin to see if you get any turbo links errors, if

Re: [Rails] drop down hover bootstrap

2017-11-11 Thread Mugurel Chirica
Did you try the steps I suggested? -- 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,

Re: [Rails] drop down hover bootstrap

2017-11-10 Thread Mugurel Chirica
Open the developer console (right click -> inspect in Chrome), and see if you get any related errors. Alternatively try and use the suggested command from the Readme: $('.dropdown-toggle').dropdownHover(options); See if that helps in any way. -- You received this message because you are

Re: [Rails] Turning URL varables into URLs

2017-10-31 Thread Mugurel Chirica
You can try something like this if the requirements match: match "/*path", to: redirect { |params, request| > > # Add your logic here or delegate the work to a specific class > > >> # Proof of concept > > slug = 'jazz' # You get the slug from the params > > price_category = true

[Rails] [Job][Dundee, Scotland] Web developer using Ruby on Rails

2017-10-19 Thread Mugurel Chirica
If anyone is interested or know anyone interested get in touch ( chirica.mugu...@gmail.com), I'm one of the web developers. Job Title: Web Developer Contract/Permanent: Permanent only Location of Role: Dundee (Remove not available) YoYo Games, part of the Playtech family is the home of

Re: [Rails] Re: Need partners for hobby project

2017-10-08 Thread Mugurel Chirica
I think it's better for you privacy if you talk via direct email instead of using the reply all button (or the variant you have) which sends an email to all of us. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this

Re: [Rails] Re: notification message

2017-10-06 Thread Mugurel Chirica
You can post your solution, maybe it will help others in the future. -- 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

Re: [Rails] Raty rate for Rails 5

2017-10-06 Thread Mugurel Chirica
What about finding a way to improve the original gem to support Rails 5? -- 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

Re: [Rails] Moving stand alone scripts into rails, architecture

2017-09-14 Thread Mugurel Chirica
Since I don't have too information about your scripts, I'll just guess some things. If the scripts are proved to work well (especially if you have unit tests for them), I would recommend to keep them as they are or move them to a gem and use them inside your rails app. A very simple, proof of

Re: [Rails] unknown error on line 11

2017-09-13 Thread Mugurel Chirica
What have you tried so far? Did you use a debugger to step through your code and see if you are missing something? -- 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

Re: [Rails] mailboxer attachments

2017-07-29 Thread Mugurel Chirica
Hello Fugee, if you don't want to spend a few minutes to make your question as complete as you can in order for us to help you, you might be perceived as somebody that is not really interested to get an answer or only asking questions without spending any of his energy to solve them first, even

Re: [Rails] mailboxer attachments

2017-07-20 Thread Mugurel Chirica
What have you tried so far? -- 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

Re: [Rails] newbie but 32 years old

2017-07-20 Thread Mugurel Chirica
This depends on you, if you are motivated and willing to work really hard to learn everything you need then I would say that you have a high change. You have two options: 1. Don't quit your day job and work all your free time to learn HTML/CSS and then whatever path you want, in a few weeks/months

Re: [Rails] slow index action / search via ransack

2017-07-19 Thread Mugurel Chirica
This gem could help you rack-mini-profiler . Cheers -- 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

Re: [Rails] Rspec =begin =end

2017-07-10 Thread Mugurel Chirica
That is a multi line ruby comment, but it's not that popular, you are better off using multiple single line comments #comment. The reason is there is so you can remove them and that block will have the comments and the config.filter_run :focus (...) lines working properly. -- You received this

Re: [Rails] bootstrap

2017-07-09 Thread Mugurel Chirica
Walter has a good point. You could give these colours a try: https://bootswatch.com/ Or you could google for bootstrap themes (based on the version you use) and you can find some professional themes that change more than colours but you could keep your existing structure (or change it a little

Re: [Rails] sendgrid email?

2017-05-24 Thread Mugurel Chirica
It does have to originate from an email address if you want everything to be legit and not market as spam. A solution would be to have something like 'notif...@yoursite.com' that will send the email and let the user know that it originated from another user. Cheers, Bud. -- You received this

Re: [Rails] migration problems

2017-04-27 Thread Mugurel Chirica
Can you share some code? There are more changes to receive help that way. -- 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

Re: [Rails] form_for with url and params

2017-04-22 Thread Mugurel Chirica
You can find more information for 'form_for' straight from the source: http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html Cheers -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

[Rails] Rails or Ruby conference / group meeting in UK/Scotland?

2017-04-21 Thread Mugurel Chirica
Hello, Does anyone knows if there is any Rails/ Ruby / Web / SysOps conference this year in UK or Scotland? Any big user group meeting can work as well. Thank you very much. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

Re: [Rails] no method for nill class

2017-04-21 Thread Mugurel Chirica
Another very good option is to learn to use a debugger (that can help you a lot until you learn Ruby / Rails better, but it can be useful then as well), is to have a look at Pry https://github.com/deivid-rodriguez/pry-byebug or for ruby 1.9.3 https://github.com/nixme/pry-debugger. You will need