[Rails] We are moving to https://discuss.rubyonrails.org/

2020-03-25 Thread samsaffron
Hi There, 

The Rails team has decided to migrate all the talk, docs and core Google 
groups to  https://discuss.rubyonrails.org/. 

Starting from can you post any talk discussion there. If you are having any 
trouble finding your bearings I will be watching closely and do my best to 
help out!

The theme used on the forum is open source and accepts contributions 
https://github.com/rails/discourse-rubyonrails-theme

See you on the forum! We will be locking this group shortly and migrating 
the final missing posts over to the new home.

Sam   

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/8342f6e5-a0f7-42ed-aa03-c2711d4d5dae%40googlegroups.com.


[Rails] Call for speakers DevDays 2011 Sydney

2011-08-11 Thread samsaffron
DevDays Sydney - the Stack Overflow sponsored conference is near
approaching http://devdays.stackoverflow.com/sydney/

The idea behind DevDays is a fast, high-bandwidth, fire hose tutorial
on at least ten interesting concepts. You can read more about it here:
http://blog.stackoverflow.com/2011/06/devdays-is-back/

We have already picked quite a few interesting talks but have a few
slots left open!

In particular we are looking for two 1 hour talks on CoffeeScript and
HTML5 which are a must for the event. We could also shuffle stuff
around a bit and allow for another topic (perhaps GIT or Rails)

Additionally there are a bunch of spots of 5 minute lightning talks
that are still open.

If you feel comfortable talking in front of a few hundred people and
think you could deliver an AWESOME talk, please contact me at

sam.saffron  gmail.com

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Custom DML and schema.rb

2012-08-10 Thread samsaffron
Cross post from Stack Overflow (  
http://stackoverflow.com/questions/11894180/how-does-one-correctly-add-custom-sql-dml-in-migrations
  )

I had a situation today where I wanted to add a partial postgres index to a 
table in a migration. Naturally this kind of stuff is not possible yet in 
rails using `add_index` (it is [coming some time][1]) 

So, I am forced to use `execute` statements in my migration. 

Now, `schema.rb` has this comment at the top: 

# Note that this schema.rb definition is the authoritative source for 
your
# database schema. If you need to create the application database on 
another
# system, you should be using db:schema:load, not running all the 
migrations
# from scratch. The latter is a flawed and unsustainable approach (the 
more migrations
# you'll amass, the slower it'll run and the greater likelihood for 
issues).
#

Unfortunately this `execute` statement is not tracked in `schema.rb` the 
effect of this is making `schema.rb` pretty much useless if I have any 
custom DML. 

Is there any way I can force an `execute` statement containing DML to find 
itself into `schema.rb` ? 
 


  [1]: 
https://github.com/rails/rails/commit/d70e0236df61d69c9299fe63df94da35c87ee2d8

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/9C7E6YUU094J.
For more options, visit https://groups.google.com/groups/opt_out.