Tagged Questions
0
votes
1answer
15 views
Can someone please explain a simply way to add multi-tenancy to a rails app?
I have a bootstrapped layout running on my rails app with the ability to allow users to sign up, sign in and sign out. Even changing layouts when they do sign in, to provide a dashboard feel across ...
0
votes
2answers
31 views
Is there a way to stop rails logging everything?
I don't want it to log incoming IPs, I don't want it to log any internal happenings.
I just want Rails to process the requests as they come in and that's that.
Is this possible to do?
How can I ...
1
vote
1answer
83 views
How do I ensure user email data privacy / confidentiality in a 3rd party app
I am developing a mashup app that offers API access to various email and social networking providers including Yahoo Mail, Facebook, and Gmail. I'm using Rails 2.3.8 and Omniauth with Authlogic.
Any ...
1
vote
2answers
282 views
Automatic location detection in Ruby on Rails
A technical and legal question - what's the best rails gem to auto-detect location of a web visitor via e.g. IP? Down to granularity of state.
And is this an illegal privacy breach? Why do some ...
2
votes
3answers
190 views
What tools do you use to avoid accidently pushing private information to a github repo on a rails project?
Are there any tools you use to scrub your project before pushing to a public github repo. How do you maintain your private settings, while pushing your source code to a public repo? What is the best ...
0
votes
1answer
953 views
Getting friends' information through Facebook Connect
I have an app that needs to gain access to a user's friends' information.
For example, say I decided to connect to example.com with Facebook Connect.
Now example.com has the information about me ...
4
votes
2answers
342 views
Ruby on Rails private link sharing: Google Docs Style
What would be the best way to go about giving users the ability to share a private link that enables anyone who clicks it to view a certain page/document/item that have privacy restrictions in place?
...
4
votes
4answers
2k views
How to store private pictures and videos in Ruby on Rails
Here's a story:
User A should be able to upload an image.
User A should be able to set a privacy. ("Public" or "Private").
User B should not be able to access "Private" images of User A.
I'm ...
0
votes
4answers
219 views
versatile blog for ruby on rails, password protection?
Hey guys, I am making a personal website with a blog. I'd like to have certain entries password protected like I've seen on at least one wordpress. That's no biggie. But I was wondering if there was ...

