[Rails] Re: how do i use jquery-datetimepicker with webpacker

2020-02-11 Thread 'jake' via Ruby on Rails: Talk
;t know how to get it working > -- 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 view this

Re: [Rails] syntax error in react file index.js

2020-01-13 Thread 'Jake Niemiec' via Ruby on Rails: Talk
.../packs/index.js: Unexpected token (7:6) > > 5 | document.addEventListener('DOMContentLoaded', () => { > 6 |ReactDom.render( > > 7 | , >| ^ > > -- > You received this message because you are subscribed to the Google Groups >

Re: [Rails] webpacker strange behavior; things don't update until I restart my computer

2019-12-30 Thread 'Jake Niemiec' via Ruby on Rails: Talk
nd stay broken until I restart my > computer Have tried clearing browser cache, restarting webpack-dev-server, > restarting Puma but only restarting my computer gets things working again > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on

Re: [Rails] No folder under node_modules after install packages with yarn

2019-12-19 Thread 'Jake Niemiec' via Ruby on Rails: Talk
re 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 view this discussion on the web visit > https://groups.google.com/d/m

[Rails] Re: Basic authentication on public endpoint

2019-11-30 Thread 'Marian G' via Ruby on Rails: Talk
I solved my problem by disabling the CSRF check on the public endpoint (according to this https://stackoverflow.com/questions/5669322/turn-off-csrf-token-in-rails-3). -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

[Rails] Basic authentication on public endpoint

2019-11-26 Thread 'Marian G' via Ruby on Rails: Talk
bed 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 view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/bb7

Re: [Rails] npm missing start script

2019-09-18 Thread 'Jake Niemiec' via Ruby on Rails: Talk
ee ohu wrote: > Trying to install an npm package; Should I run npm install from > app/assets/javascripts or from / ? When I run npm start the error I get is > missing start script > > -- > You received this message because you are subscribed to the Google Groups > "Rub

Re: [Rails] Rails and Machine Learning implementation of Python or Ruby

2019-08-16 Thread 'Jake Niemiec' via Ruby on Rails: Talk
nted or how to do this implementation in machine learnig in Ruby at > a ROR app. Thank you and I look forward to your contributions. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this

Re: [Rails] Basics: How does Javascript communicate with Ruby on Rails?

2019-08-07 Thread 'Jake Niemiec' via Ruby on Rails: Talk
actual communication between Rails (well more accurately, > ActiveRecord) and the database engine is quite clever. > > Ruby code like: > class Foo < ApplicationRecord > has_many :bars > end > class Bar < ApplicationRecord > belongs_to :foo > end

Re: [Rails] Re: jquery drop down hover

2019-04-03 Thread 'Jake Niemiec&#x27; via Ruby on Rails: Talk
gt; -rw-r--r-- 1 joe joe211 Aug 9 2018 pages.coffee >>>>>>> -rw-r--r-- 1 joe joe211 Aug 9 2018 photos.coffee >>>>>>> -rw-r--r-- 1 joe joe211 Aug 9 2018 products.coffee >>>>>>> -rw-r--r-- 1 joe joe 22281 Nov 1 11:38 rails.va

Re: [Rails] Re: jquery drop down hover

2019-04-03 Thread 'Jake Niemiec&#x27; via Ruby on Rails: Talk
>>>>>> -rw-r--r-- 1 joe joe 1912 Nov 1 11:38 >>>>>> rails.validations.simple_form.js >>>>>> -rw-r--r-- 1 joe joe211 Aug 9 2018 transactions.coffee >>>>>> -rw-r--r-- 1 joe joe211 Aug 9 2018 users.coffee >>>>>> >>>>>

Re: [Rails] Re: jquery drop down hover

2019-04-02 Thread 'Jake Niemiec&#x27; via Ruby on Rails: Talk
hich checked the jquery version in the browsers console) and 3.3.1 >>>>> on the development, 1.12.4 on the production. I would imagine that's >>>>> what's >>>>> wrong, now why? >>>>> >>>>> >>>>> >&g

[Rails] JOBS( Opening for ROR Developer) Location : New Delhi(India) and U.S. (East Coast)

2018-12-27 Thread amit.kumar1 via Ruby on Rails: Talk
telephone number stated above or by reply e-mail and delete this e-mail from your computer -- 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 r

Re: [Rails] Test coverage in Rails apps

2018-10-21 Thread Jason Hsu, Ruby on High Speed Rails
t; In development run your tests with the DISABLE_SPRING=1 flag before the > test command and see if you see a difference in coverage. > > On Sun, Oct 21, 2018 at 12:17 AM Jason Hsu, Ruby on High Speed Rails < > jhsu8...@gmail.com > wrote: > >> How can I get test cover

[Rails] Test coverage in Rails apps

2018-10-20 Thread Jason Hsu, Ruby on High Speed Rails
s a much better test coverage figure. What's going on? Why is there such a big discrepancy? How can I configure SimpleCov to show results that make more sense? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To u

[Rails] [JOBS] Looking for an Experienced Rails Dev to Join BackerKit Engineering Team

2018-09-13 Thread ryan via Ruby on Rails: Talk
t of Backbone here and there. We shy away form over-complicated views if we don't need them. We're on Rails 5.1 and Ruby 2.5, even after 6 years. our codebase is well tested and always improving. We pair a lot (really, not just lip-service) and we practice TDD (same). We work to get b

[Rails] Ubuntu 18.04 Wifi network issue

2018-08-30 Thread honey ruby
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-talk@google

Re: [Rails] Re: Git forking: adding elements to my personal repository but not the original

2018-08-28 Thread Jason Hsu, Ruby on High Speed Rails
Yes, I'm talking about GitHub. I know how to fork a project. I can create a new branch and then submit the branch as a pull request. What I'm not clear on is how to add elements to the project (like the Bash scripts and Ruby gems) to my version of the project, submit a pull req

[Rails] Re: Git forking: adding elements to my personal repository but not the original

2018-08-28 Thread Jason Hsu, Ruby on High Speed Rails
Let's say that the project I'd like to work on is other_user/project1. I clone this project, and my version is myself1/project1. How do I proceed? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from

[Rails] Git forking: adding elements to my personal repository but not the original

2018-08-28 Thread Jason Hsu, Ruby on High Speed Rails
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-talk@googlegroups.com. To view this disc

Re: [Rails] Filters not working in activeadmin

2018-08-23 Thread honey ruby
Can anyone help me in this. Filter not working for model but data is displayed on index page. On Tue, Aug 21, 2018 at 11:23 AM honey ruby wrote: > Thank you @Karthikeyan for your response but, while displaying the index > page in activeadmin I have no issue, only using filter it

Re: [Rails] Filters not working in activeadmin

2018-08-20 Thread honey ruby
ite a pump where tables > from other DB's can be transferred to one DB and then you will feel like > king using rails. > > On Mon, Aug 20, 2018 at 3:55 PM honey ruby > wrote: > >> Hey all, >> >> Filters not working in activeadmin. I have multiple databases in m

[Rails] Filters not working in activeadmin

2018-08-20 Thread honey ruby
there in other db. Thanks in advance.. -- 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

[Rails] Continuous integration for BitBucket/GitLab

2018-07-12 Thread Jason Hsu, Ruby on High Speed Rails
Have any of you made the switch from GitHub to BitBucket or GitLab? What are you using for integration services? Hakiri and CodeClimate seem to support only GitHub. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

[Rails] Installing Redmine

2018-06-29 Thread 'Ayari HoussemEddine&#x27; via Ruby on Rails: Talk
Hello i am working in my final graduation project. I need to install Redmine which is developped bu ROR plateforme. I've installed Redmine and Ruby but when i am trying to install rails i had a problem anyone can help me plzz ??? -- You received this message because you are subscribed t

[Rails] Latitude and Longitude check with in range

2018-06-09 Thread honey ruby
th in range. Can any one help me how can I do this. Thanks in advance -- 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 rubyonrail

[Rails] Creating RSpec factory objects for the ENTIRE test suite

2018-06-02 Thread Jason Hsu, Ruby on High Speed Rails
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-talk@googlegroups.com. To view this discussion on the web vi

Re: [Rails] ActionMailer: end of file reached (EOFError)

2018-05-11 Thread 'krfg&#x27; via Ruby on Rails: Talk
Solved at Stackoverflow https://stackoverflow.com/q/50201093/507 > > -- 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 rubyonrai

Re: [Rails] ActionMailer: end of file reached (EOFError)

2018-05-08 Thread 'krfg&#x27; via Ruby on Rails: Talk
d test_email -- 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 ema

[Rails] ActionMailer: end of file reached (EOFError)

2018-05-07 Thread 'krfg&#x27; via Ruby on Rails: Talk
I am studying Peter Cooper's book Beginning Ruby. According to the author ActionMailer can be used independently of Rails. So I installed the ActionMailer gem in a dedicated gemset and wrote the code below which is an extract from the book: require 'action_mailer'

[Rails] Closes tomorrow! 2018 Ruby on Rails developer community survey

2018-03-30 Thread 'Robby Russell&#x27; via Ruby on Rails: Talk
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-talk@googlegroups.com. To view this discuss

[Rails] Rails 5.0.7 and 5.1.6 have been released

2018-03-29 Thread 'Andrew White&#x27; via Ruby on Rails: Talk
-5.1.6.gem b8301a87151de3feb7cbdf57a66842bb668493f4cec464fd0f67d4c7173b6051 rails-5.1.6.gem 482a97c40ff61f4e8aed5f449a5f54fcb3890ddd53c3a7dc0efd02a9da139e79 railties-5.1.6.gem ``` As always, huge thanks to the many contributors who helped with this release. -- You received this message because you are subscribed to the Google Groups "Ruby on Rai

[Rails] Take the 2018 Ruby on Rails developer survey

2018-03-06 Thread 'Robby Russell&#x27; via Ruby on Rails: Talk
Hi all, Every few years, we conduct a survey and share all the results with the Ruby on Rails community. If you have a few minutes...please pop over to http://rails-hosting.com/ and take the 2018 survey. Thanks in advance! Cheers, Robby — Robby Russell VP Engineering, Principal Planet

[Rails] Actioncable test if clients are connected on a channel

2018-02-27 Thread 'Johan Smits&#x27; via Ruby on Rails: Talk
e 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-talk@googlegroups.com. To view this di

[Rails] A Rails tutorial with much shorter chapters

2018-02-26 Thread Jason Hsu, Ruby on High Speed Rails
Check out my Ruby on Rails tutorial at https://github.com/jhsu802701/tutorial-rails-rubymn2 . It was inspired by Michael Hartl's Rails Tutorial and chronicles the process I used for building a new Rails site for Ruby Users of Minnesota. Like Rails Tutorial, my tutorial features test-d

[Rails] rvm installation on Ubuntu for managing different rails applications

2017-11-28 Thread 'krfg&#x27; via Ruby on Rails: Talk
I need to install `rvm` on a new machine. I would use `rvm` to switch to different ruby versions and gemsets required by different Ruby on Rails applications. When a couple of years ago I installed rvm on my current Ubuntu machine, I did it with the following command: $ \curl -L https

[Rails] Ruby gem's executable "setup" conflicts with another gem

2017-08-20 Thread Jason Hsu, Ruby on High Speed Rails
ic_app. But for the life of me, I cannot see how it can possibly conflict with the bin/setup script in my GenericApp project. Can anyone shed some light on this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe

[Rails] Ruby on Racetracks tutorials

2017-08-20 Thread Jason Hsu, Ruby on High Speed Rails
Check out my tutorials on much faster ways to get started in Ruby on Rails at http://www.rubyonracetracks.com/tutorials.html . Thanks to Docker, you can have Ruby on Rails ready to roll in minutes, not hours. Thanks to VirtualBox, you don't need to install Ruby on Rails in Windows or f

[Rails] confused

2017-07-11 Thread 'Bigos&#x27; via Ruby on Rails: Talk
cription => i.description, :trade => i.trade, :flagged => !i.require_maintenance.blank? }}} output.reject(&:empty?) My coworker says it is valid Ruby, but Emacs highliting gets mangled. Does anybody know where I should report issues with that? I could only find an svn repo for

[Rails] [JOBS] Jualo.com Looking for CTO with RoR Exprience

2017-05-05 Thread 'Rui Principe&#x27; via Ruby on Rails: Talk
CTO job opening for Jualo.com, leading eClassifieds marketplace in Indonesia. Looking for proven experience in large scale Ruby on Rails projects, to run their 20-person and growing tech team (full team size >50). Apply through LinkedIn or reach out to pe...@jualo.com. https://www.linkedin.

[Rails] Where to meet the Rails community?

2017-04-08 Thread 'Elmar Hinz&#x27; via Ruby on Rails: Talk
ssage 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-talk@googlegroups.co

[Rails] Configuring Sentry as error handling service to provide additional request context

2017-03-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
I would like to add an error handling service to my Ruby on Rails application and decided to give Sentry a try because, unlikely many other services, it has a free tier. I am wondering if there is any of you who is experienced with Sentry configuration. Basic configuration looks simple. However

[Rails] New to Ruby on rails

2017-03-06 Thread 'Anoosha Masood Keen&#x27; via Ruby on Rails: Talk
Hello, I am new to Ruby on Rails. Can anyone tell me where to start and how to contribute? -- 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 r

Re: [Rails] configuring yahoo mail in smtp

2017-02-22 Thread honey ruby
pontiki wrote: > Do you know if yahoo mail requires a separate "app" password to access > email in this way? > I'm asking only because I know Google email works this way, I don't know > anything about connecting to Yahoo mail in particular. > > > On Tue, Fe

Re: [Rails] configuring yahoo mail in smtp

2017-02-20 Thread honey ruby
I have changed address to smtp.mail.yahoo.com but still the same.. no error but mails not delivered. On Tue, Feb 21, 2017 at 12:37 PM, nanaya wrote: > Hi, > > On Tue, Feb 21, 2017, at 14:54, honey ruby wrote: > > Hi all, > > > > Am trying to send email with yahoo mai

[Rails] configuring yahoo mail in smtp

2017-02-20 Thread honey ruby
: plain :enable_starttls_auto: true :domain : test.com Thanks in advance -- 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 rubyon

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 3:43:00 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 14:29, 'krfg' via Ruby on Rails: Talk > > wrote: > > ... > > Then the problem was just rendering the home page after invalid > submission > > instea

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 2:58:48 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 13:46, 'krfg' via Ruby on Rails: Talk > > wrote: > > ... > > The home page is controlled by static_pages_controller.rb > > However the part of the home

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
er 'static_pages/non_logged_in_home' %> > <% end %> > > The lines of the test that are mentioned by the test itself (lines 15 and 16) are: assert_no_difference 'Micropost.count' do post microposts_path, params: { micropost: { content: "" } } e

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 2:32:49 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 12:44, 'krfg' via Ruby on Rails: Talk > > wrote: > > ... > > As you suggested I inserted logger.info immediately after the > declaration of > > @at

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 1:25:37 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 12:16, 'krfg' via Ruby on Rails: Talk > > wrote: > > > > Ok, thanks for the suggestion. > > I will try to use tail if it works with such a heavy file, otherw

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 1:25:37 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 12:16, 'krfg' via Ruby on Rails: Talk > > wrote: > > > > Ok, thanks for the suggestion. > > I will try to use tail if it works with such a heavy file, otherw

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 1:05:57 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 11:50, 'krfg' via Ruby on Rails: Talk > > wrote: > > > > I would need information about logger.info > > When I try to open test.log Atom warns me that if it o

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 12:50:19 PM UTC+1, krfg wrote: > > > > On Friday, February 10, 2017 at 12:31:17 PM UTC+1, Colin Law wrote: >> >> On 10 February 2017 at 11:02, 'krfg' via Ruby on Rails: Talk >> wrote: >> > In app/controllers/s

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Friday, February 10, 2017 at 12:31:17 PM UTC+1, Colin Law wrote: > > On 10 February 2017 at 11:02, 'krfg' via Ruby on Rails: Talk > > wrote: > > In app/controllers/static_pages_controller.rb the following variables > (among > > others) are defined:

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
any? should return an empty array -- 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

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
refore, any? should return an empty array -- 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

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
, 0 failures, 1 errors, 0 skips -- 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 grou

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
an extract of static_pages/gamers_home in my first post. In theory all instance variables inside static_pages_controller.rb should be loaded by the test but they are not. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

Re: [Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
Only the test, the application works as expected. I thought the problem might be that there are too many nested partials in the homepage, but apart from that I have no idea why the test fails -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:

[Rails] Re: What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
NOTE: I did not inserted any link on 'tournament.name' but it keeps coming out of nowhere automatically. -- 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 fr

[Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
loaded by the test. If I change these variables with their explicit value in the above code the test passes. -- 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, sen

[Rails] What can prevent an integration test from loading instance variables?

2017-02-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
loaded by the test. If I change these variables with their explicit value in the above code the test passes. -- 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, sen

[Rails] Re: Using Mailgun in Heroku

2017-02-09 Thread Jason Hsu, Ruby on High Speed Rails
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-talk@googlegroups.com. To view this discussion on

[Rails] Using Mailgun in Heroku

2017-02-09 Thread Jason Hsu, Ruby on High Speed Rails
2017-02-09-1833 . -- 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

[Rails] Re: Trouble with downloading Ruby

2017-01-27 Thread Jason Hsu, Ruby on High Speed Rails
Use Docker. Go to my web site Ruby on Racetracks at http://www.rubyonracetracks.com/, click on Installation, and click on "Getting Started". You can have Ruby on Rails ready to roll in minutes, not hours. You can also reset the Docker container to its original conditions in

[Rails] Rails From Scratch and Generic App version 2

2017-01-27 Thread Jason Hsu, Ruby on High Speed Rails
eat sheet for possible features to add to legacy projects and for many routine tasks. -- 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 rub

[Rails] Ajax not working inside iteration

2017-01-02 Thread 'krfg&#x27; via Ruby on Rails: Talk
sh the page to see the results of submitting the form. I checked my code and could not find errors or explanation for this. -- 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

[Rails] 3 to 4 Millions of records in a single table

2016-12-14 Thread honey ruby
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-talk@googlegroups.com. To

[Rails] Ways of Handling PayPal Refunds in Rails

2016-12-06 Thread 'Rails Blogger&#x27; via Ruby on Rails: Talk
Ways of Handling PayPal Refunds in Rails <http://www.railscarma.com/blog/technical-articles/ways-handling-paypal-refunds-rails/> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

Re: [Rails] Is the test database cleared after each test?

2016-12-03 Thread 'krfg&#x27; via Ruby on Rails: Talk
verflow.com/questions/32125101/rails-how-to-use-minitests-teardown-method> about the teardown method -- 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 e

Re: [Rails] Is the test database cleared after each test?

2016-12-02 Thread 'krfg&#x27; via Ruby on Rails: Talk
I will have a look at database_cleaner. Many thanks for your suggestion. -- 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-tal

Re: [Rails] Is the test database cleared after each test?

2016-12-02 Thread 'krfg&#x27; via Ruby on Rails: Talk
bles after each test, but this is only my guess. -- 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.co

[Rails] Is the test database cleared after each test?

2016-12-02 Thread 'krfg&#x27; via Ruby on Rails: Talk
cords, so the test would fail. -- 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

[Rails] Re: Consolidated logging

2016-11-24 Thread 'Stefan Frank&#x27; via Ruby on Rails: Talk
visualising log-events). Integrating this into a ruby/rails-app is pretty straightforward, for rails there already exist log-adapters to properly json-format log-entries. We're also using this setup for sending out application-events we want to monitor (user logged in, purchase completed, item v

[Rails] Your procedure for starting a new Ruby on Rails app

2016-10-22 Thread Jason Hsu, Ruby on High Speed Rails
I'm currently working on a procedure for starting a new Ruby on Rails app. The URL is https://github.com/jhsu802701/rails_from_scratch_rails5 . The idea is to be able to create a HIGH-QUALITY starter app with authentication and comprehensive tests completely from scratch in just a few

[Rails] Best choice for scheduled jobs

2016-09-25 Thread 'krfg&#x27; via Ruby on Rails: Talk
ob and for the queuing libraries and queue backends you consider the most suitable and appropriate. -- 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 e

[Rails] App passes all test in development but fails in Travis

2016-09-09 Thread Jason Hsu, Ruby on High Speed Rails
he problem. -- 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

Re: [Rails] An issue with cable.js after rails 4.2.2 - 5.0.0.1 update

2016-08-19 Thread 'krfg&#x27; via Ruby on Rails: Talk
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-talk@googlegroups.com. To view this discussion on the web vi

[Rails] An issue with cable.js after rails 4.2.2 - 5.0.0.1 update

2016-08-19 Thread 'krfg&#x27; via Ruby on Rails: Talk
g, like a channels directory in app/assets/javascripts or the definition somewhere of an ActionCable class? -- 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 a

[Rails] Is it possible to toggle via web a boolean attribute which is not a strong parameter?

2016-08-15 Thread 'krfg&#x27; via Ruby on Rails: Talk
ested. Is this allowed or am I required to revise strong parameters with the new attribute? -- 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, se

Re: [Rails] Incomprehensible (for me) changes not staged for commit

2016-08-08 Thread 'krfg&#x27; via Ruby on Rails: Talk
ut I stopped working before the issue with Atom arose. Many many thanks for your help Colin! -- 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 ruby

[Rails] Re: Incomprehensible (for me) changes not staged for commit

2016-08-08 Thread 'krfg&#x27; via Ruby on Rails: Talk
I am using Rails 4.2.2, ruby 2.2.1p85 and rvm. 'rails server' does not work anymore. 'rails console --sandbox' does not work anymore: krfg@SATELLITE-L50-A-161:~/ workspace/example_app (master)*$ rails console --sandbox Usage: rails new APP_PATH [options] Options

[Rails] Re: Incomprehensible (for me) changes not staged for commit

2016-08-08 Thread 'krfg&#x27; via Ruby on Rails: Talk
I am using Rails 4.2.2, ruby 2.2.1p85 and rvm. 'rails console --sandbox' does not work anymore: krfg@SATELLITE-L50-A-161:~/workspace/example_app (master)*$ rails console --sandbox Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH]

[Rails] Incomprehensible (for me) changes not staged for commit

2016-08-08 Thread 'krfg&#x27; via Ruby on Rails: Talk
ess is that the bin directory might have hosted symbolic links to bundle, rails, rake, setup and spring, and that a system upgrade might have deleted them. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from

Re: [Rails] javascript_include_tag and custom js files

2016-07-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
ree . -- 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 rubyon

[Rails] javascript_include_tag and custom js files

2016-07-10 Thread 'krfg&#x27; via Ruby on Rails: Talk
ap) for my application in custom.js inside app/assets/javascript. Would rails automatically load this file or am I expected to explicitly tell rails to load it? What confuses me is that in the Ruby on Rails tutorial, when jQuery is used, it is put inside the html.erb document, like in Chapter

Re: [Rails] muliple rails app in one server

2016-06-01 Thread 'Oto Iashvili&#x27; via Ruby on Rails: Talk
; rails. You can check log files > starting on the left side. You should be able to see where requests are > dropped or misrouted. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and sto

[Rails] muliple rails app in one server

2016-05-26 Thread 'Oto Iashvili&#x27; via Ruby on Rails: Talk
ng and writting in the ssd disk thanks -- 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

[Rails] Re: Survey: 2016 Rails hosting community survey

2016-05-02 Thread 'Robby Russell&#x27; via Ruby on Rails: Talk
esome day. > > As you might have seen DHH tweeted recently > <https://twitter.com/dhh/status/715852121355259904>, the 2016 Ruby on > Rails Hosting survey <http://rails-hosting.com/> is now open until May > 8th. > > Background: > > In 2009, we invited the co

[Rails] Survey: 2016 Rails hosting community survey

2016-04-12 Thread 'Robby Russell&#x27; via Ruby on Rails: Talk
Hi everyone! Hope you're having an awesome day. As you might have seen DHH tweeted recently <https://twitter.com/dhh/status/715852121355259904>, the 2016 Ruby on Rails Hosting survey <http://rails-hosting.com/> is now open until May 8th. Background: In 2009, we invited

Re: [Rails] Codeclimate test coverage: dinged for config/initializers/rack_profiler.rb

2016-03-28 Thread Jason Hsu, Ruby on High Speed Rails
:46:51 AM UTC-5, tamouse wrote: > > > You've just slipped off the edge of using metrics to meaningfully improve > your testing to gaming the metric collection to meaninglessly improve a > metric. > > -- You received this message because you are subscribed to the Googl

[Rails] Codeclimate test coverage: dinged for config/initializers/rack_profiler.rb

2016-03-26 Thread Jason Hsu, Ruby on High Speed Rails
eived 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-talk@googl

[Rails] Ruby on Racetracks

2016-03-25 Thread Jason Hsu, Ruby on High Speed Rails
Check out my new web site Ruby on Racetracks at http://www.rubyonracetracks.com . On this site, I have described the use of tools like Docker, GenericGem, and GenericApp for getting more done in less time while improving quality. If you find the conventional procedures to be too time-consuming

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-17 Thread 'Bigos&#x27; via Ruby on Rails: Talk
It will not work like this on Heroku read this and make sure you did everything right https://devcenter.heroku.com/articles/rails-asset-pipeline On Tuesday, 16 February 2016 12:11:45 UTC, Ruby-Forum.com User wrote: > > I'm trying to include a video as background in my applicatio

[Rails] Integration tests involving Javascript dialog boxes

2016-02-04 Thread Jason Hsu, Ruby on High Speed Rails
nly work on the HTML page and do not work on these pop-up dialog boxes? -- 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+u

[Rails] Re: Ruby on Rails Tutorial - test, reset password

2016-01-28 Thread 'krfg&#x27; via Ruby on Rails: Talk
On Wednesday, January 27, 2016 at 10:46:39 AM UTC+1, Ruby-Forum.com User wrote: > > But if so, @user from fixtures should also have > reset_token now (if its reset_digest was influenced by create action > (specifically create_reset_digest method). Can someone please take a >

[Rails] Re: Online vs offline IDE

2016-01-27 Thread 'krfg&#x27; via Ruby on Rails: Talk
your environment (I am thinking for instance about version control with git and the chance that I have to use a different computer): how far would I be from these benefits if I choose to develop offline? -- You received this message because you are subscribed to the Google Groups "Ruby on Rai

[Rails] Online vs offline IDE

2016-01-26 Thread 'krfg&#x27; via Ruby on Rails: Talk
I am aware that Rubyists prefer to use Sublimetext, Vim or TextMate and I personally like Atom (which is open source), but I got used to studying Ruby on Rails with an IDE and personally found it useful, although I suppose I mainly appreciate the integrated terminal and I have no other

Re: [Rails] Why the first user created would get id 2 instead of 1?

2015-12-31 Thread 'krfg&#x27; via Ruby on Rails: Talk
to wish you all a happy new year. -- 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

  1   2   3   4   5   6   7   >