Ruby on Rails Friday, August 3, 2018

Hi, just display the users on the webpage (so I don't have to refer to the raw database table).


On Friday, August 3, 2018 at 1:39:19 PM UTC-4, Hassan Schroeder wrote:
On Fri, Aug 3, 2018 at 9:50 AM, Joe Guerra <JGu...@jginfosys.com> wrote:
> I just want to dump my entire users listing from the users table

What do you mean by "dump"? to the screen, to a web page, to
a file (text, CSV)?

If it's other than a web page you can do it from the console. If it's
something you want to do frequently, write a rake task.

--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/43d15ea2-1055-4861-8c41-40231a1cc6d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment