Dom

270
reputation
59 views

Registered User

name Dom
member for 1 year
seen 2 hours ago
website
location Ireland
age
Nov
11
comment Hosting Static sites via EC2 ELB and Cloudfront
and ideal solution, however as far as I can tell the issue is a DNS one. YOu can create an alias for cloud front, but I don't think you can assign an a-record since the IP address will change..
Oct
12
asked Rails 2.3 Scoping Users across different clients / instances in multi-tennant app
Sep
29
answered Rails 2.3 nested attributes issue
Sep
28
comment Elastic Load Balancing in EC2
Hi Jeff What do you mean by stickyness. ?
Sep
25
comment Rails 2.3 nested attributes issue
want to store more information in the join model which doesn't fit into either the event or contact model
Sep
25
awarded  Commentator
Sep
25
awarded  Editor
Sep
25
comment Rails 2.3 nested attributes issue
yes, have include this in the parent model (event) and the join model also (event_contact)
Sep
25
comment Rails 2.3 nested attributes issue
Hi have added model and view code to outline what I'm doing
Sep
25
revised Rails 2.3 nested attributes issue
added code snipbits
Sep
25
answered Validating date formats in rails
Sep
25
asked Rails 2.3 nested attributes issue
Sep
20
awarded  Yearling
Sep
17
asked Rails 2.3 select loses value when post fails validation
Sep
17
comment Setting default values across multiple children in a multi model form (Rails 2.3 )
Hi Jared, thanks for your suggestion. Followed your approach of using a virtual attribute on the parent model. Only needed to override the save method to set the values to the children..
Sep
16
asked Setting default values across multiple children in a multi model form (Rails 2.3 )
Sep
15
comment Any thoughts on Multi-tenant versus Multi-database apps in Rails
Our app works much as you have outlined above. We have consistently had problems with migrating databases and have found that our development can drift into different inconsistent schemas, which results in a lot of effort in trying to merge when we want to deploy. The main attractions to refactoring our app as a multi-tennant system is that we don't have to worry about lots of database ergo less migration logic, we can scale our app based on a single database, and we can build a cleaner set of admin tools..
Sep
15
comment Any thoughts on Multi-tenant versus Multi-database apps in Rails
we considered this, however in a load balanced web server configuration we would have run into problems using sqllite across different web servers, so have opted for a 2-tier approach
Sep
5
comment Any thoughts on Multi-tenant versus Multi-database apps in Rails
thanks steve.. you don't sound too enamoured.. Any benefits of doing this in your opinion?
Sep
5
asked Any thoughts on Multi-tenant versus Multi-database apps in Rails
Sep
5
answered why does Git send whole repository each time push origin master
Sep
4
asked why does Git send whole repository each time push origin master
Sep
4
asked Testing Liquid templates in rails using Rspec
Sep
4
comment Rails Plugins
Thanks Radar, so rails engines looks like the way to go.. its relatively new so are there any gotchas to look out for.. Can I package all the static assets (css, images etc) with the rails engine?
Sep
3
asked Rails Plugins
Sep
3
comment Rails App Notification Plugins
Have searched the plugin directory here .. agilewebdevelopment.com... no luck
Sep
3
asked Rails App Notification Plugins
Aug
26
comment s3 cloudfront listing all contents in bucket to anonymous users
thanks Adam. will look into this.
Aug
26
comment Hosting Static sites via EC2 ELB and Cloudfront
Hi Chad From what I've gathered from the ELB documentation it will only work with EC2 instances. Therefore we'll have to have at least one instance linked to the ELB. My goal was to try to offload all the content serving to cloudfront by reverse proxying cloudfront via ELB. But alas this does not look possible Am now investigating using HAproxy or plain old Apache as a solution Thanks for your comment
Aug
25
asked s3 cloudfront listing all contents in bucket to anonymous users
Aug
24
asked Automating Amazon EBS snapshots anyone have a good script or solution for this on linux
Aug
23
comment Hosting Static sites via EC2 ELB and Cloudfront
I guess the question is better put as .. "is it possible to distribute traffic via ELB to Cloudfront instead of to EC2 instances ?"
Aug
23
asked Hosting Static sites via EC2 ELB and Cloudfront
Jul
25
awarded  Popular Question