Mark Peterson
2012-Mar-02 18:31 UTC
Generating new project creates a few files with bad syntax Rails 3.2.1
session_store.rb is: YourApplicationName::Application.config.session_store :cookie_store, key: ''_yourapplicationname_session'' should be: YourApplicationName::Application.config.session_store :cookie_store, :key => ''_yourapplicationname_session'' wrap_parameters.rb is: wrap_parameters format: [:json] should be: wrap_parameters :format => [:json] ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] LX9901145:initializers m2peters$ gem list -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Prem Sichanugrist
2012-Mar-02 19:31 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re using Ruby 1.9. - Prem On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote:> session_store.rb > > is: > YourApplicationName::Application.config.session_store :cookie_store, key: ''_yourapplicationname_session'' > > should be: > YourApplicationName::Application.config.session_store :cookie_store, :key => ''_yourapplicationname_session'' > > > > wrap_parameters.rb > > is: > wrap_parameters format: [:json] > > should be: > wrap_parameters :format => [:json] > > > ruby -v > ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] > LX9901145:initializers m2peters$ gem list > > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 20:15 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
You''ve got to be kidding? Why do these people waste their time with such pointless syntactical changes? Does it improve performance? No. Does it improve readability? No. Why does the comment in "wrap_parameters.rb" say the following? # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote:> > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re > using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > > session_store.rb > > is: > YourApplicationName::Application.config.session_store :cookie_store, key: > ''_yourapplicationname_session'' > > should be: > YourApplicationName::Application.config.session_store :cookie_store, :key > => ''_yourapplicationname_session'' > > > > wrap_parameters.rb > > is: > wrap_parameters format: [:json] > > should be: > wrap_parameters :format => [:json] > > > ruby -v > ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] > LX9901145:initializers m2peters$ gem list > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > >On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote:> > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re > using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > > session_store.rb > > is: > YourApplicationName::Application.config.session_store :cookie_store, key: > ''_yourapplicationname_session'' > > should be: > YourApplicationName::Application.config.session_store :cookie_store, :key > => ''_yourapplicationname_session'' > > > > wrap_parameters.rb > > is: > wrap_parameters format: [:json] > > should be: > wrap_parameters :format => [:json] > > > ruby -v > ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] > LX9901145:initializers m2peters$ gem list > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > >On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote:> > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re > using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > > session_store.rb > > is: > YourApplicationName::Application.config.session_store :cookie_store, key: > ''_yourapplicationname_session'' > > should be: > YourApplicationName::Application.config.session_store :cookie_store, :key > => ''_yourapplicationname_session'' > > > > wrap_parameters.rb > > is: > wrap_parameters format: [:json] > > should be: > wrap_parameters :format => [:json] > > > ruby -v > ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] > LX9901145:initializers m2peters$ gem list > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/Ep4ReP7snLQJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Michael Koziarski
2012-Mar-02 20:27 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Saturday, 3 March 2012 at 9:15 AM, Mark Peterson wrote:> You''ve got to be kidding? Why do these people waste their time with such pointless syntactical changes? Does it improve performance? No. Does it improve readability? No. >Same reason people waste their time writing such pointless rage filled misinformed emails to mailing lists I guess. Does it improve understanding? No. Does it improve their perceived intelligence? No. -- Cheers, Koz -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Prem Sichanugrist
2012-Mar-02 20:28 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
* Don''t put a rage on me. I''m not the one who decide this. I explained why it''s being that way. * You can generate you application with old syntax by using --old-style-hash. * That wrap_parameters thing is something else altogether. It''s for when you''re calling `@model.to_json`. - Prem On Mar 2, 2012, at 3:15 PM, Mark Peterson wrote:> You''ve got to be kidding? Why do these people waste their time with such pointless syntactical changes? Does it improve performance? No. Does it improve readability? No. > > Why does the comment in "wrap_parameters.rb" say the following? > # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. > > > > > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > > > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > > > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: > No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re using Ruby 1.9. > > - Prem > > On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: > >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/Ep4ReP7snLQJ. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 21:17 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
Not sure where you got the "rage" from. On Friday, March 2, 2012 3:27:12 PM UTC-5, Michael Koziarski wrote:> > On Saturday, 3 March 2012 at 9:15 AM, Mark Peterson wrote: > > You''ve got to be kidding? Why do these people waste their time with such > pointless syntactical changes? Does it improve performance? No. Does it > improve readability? No. > > Same reason people waste their time writing such pointless rage filled > misinformed emails to mailing lists I guess. Does it improve > understanding? No. Does it improve their perceived intelligence? No. > > -- > Cheers, > > Koz >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/KeT6J_-8S9AJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 21:18 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
Again, not sure where you got the "rage" from. On Friday, March 2, 2012 3:28:34 PM UTC-5, Prem Sichanugrist wrote:> > * Don''t put a rage on me. I''m not the one who decide this. I explained why > it''s being that way. > * You can generate you application with old syntax by using > --old-style-hash. > * That wrap_parameters thing is something else altogether. It''s for when > you''re calling `@model.to_json`. > > - Prem > > On Mar 2, 2012, at 3:15 PM, Mark Peterson wrote: > > You''ve got to be kidding? Why do these people waste their time with such > pointless syntactical changes? Does it improve performance? No. Does it > improve readability? No. > > Why does the comment in "wrap_parameters.rb" say the following? > # Enable parameter wrapping for JSON. You can disable this by setting > :format to an empty array. > > > > > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >> >> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >> using Ruby 1.9. >> >> - Prem >> >> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >> >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: >> ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key >> => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Core" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to >> rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-core?hl=en. >> >> >> > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >> >> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >> using Ruby 1.9. >> >> - Prem >> >> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >> >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: >> ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key >> => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Core" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to >> rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-core?hl=en. >> >> >> > On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >> >> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >> using Ruby 1.9. >> >> - Prem >> >> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >> >> session_store.rb >> >> is: >> YourApplicationName::Application.config.session_store :cookie_store, key: >> ''_yourapplicationname_session'' >> >> should be: >> YourApplicationName::Application.config.session_store :cookie_store, :key >> => ''_yourapplicationname_session'' >> >> >> >> wrap_parameters.rb >> >> is: >> wrap_parameters format: [:json] >> >> should be: >> wrap_parameters :format => [:json] >> >> >> ruby -v >> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >> LX9901145:initializers m2peters$ gem list >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Core" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to >> rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-core?hl=en. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/Ep4ReP7snLQJ. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/gZCbJN9eCh4J. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Michael Pavling
2012-Mar-02 21:20 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On 2 March 2012 21:18, Mark Peterson <playerspeak@gmail.com> wrote:> Again, not sure where you got the "rage" from. >I tend to get it from top-posting with no trimming ;-) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Wael M. Nasreddine
2012-Mar-02 21:21 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
Just taking a long breath to answer you, this syntax change is not pointless, it''s a preparation for syntax like this: some_method(name ''bob'', age: 25) in some_methods, the arguments is not a *hash* but they are named params.. Anyway, before this becomes a flame war again, post to rubyonrails-talk or ruby ML/IRC Wael On Fri, Mar 2, 2012 at 22:18, Mark Peterson <playerspeak@gmail.com> wrote:> Again, not sure where you got the "rage" from. > > > On Friday, March 2, 2012 3:28:34 PM UTC-5, Prem Sichanugrist wrote: >> >> * Don''t put a rage on me. I''m not the one who decide this. I explained >> why it''s being that way. >> * You can generate you application with old syntax by using >> --old-style-hash. >> * That wrap_parameters thing is something else altogether. It''s for when >> you''re calling `@model.to_json`. >> >> - Prem >> >> On Mar 2, 2012, at 3:15 PM, Mark Peterson wrote: >> >> You''ve got to be kidding? Why do these people waste their time with such >> pointless syntactical changes? Does it improve performance? No. Does it >> improve readability? No. >> >> Why does the comment in "wrap_parameters.rb" say the following? >> # Enable parameter wrapping for JSON. You can disable this by setting >> :format to an empty array. >> >> >> >> >> On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >>> >>> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >>> using Ruby 1.9. >>> >>> - Prem >>> >>> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >>> >>> session_store.rb >>> >>> is: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, key: ''_yourapplicationname_session'' >>> >>> should be: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, :key => ''_yourapplicationname_session'' >>> >>> >>> >>> wrap_parameters.rb >>> >>> is: >>> wrap_parameters format: [:json] >>> >>> should be: >>> wrap_parameters :format => [:json] >>> >>> >>> ruby -v >>> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >>> LX9901145:initializers m2peters$ gem list >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Core" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/rubyonrails-core/-/**pJnDpXo8gf4J<https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J> >>> . >>> To post to this group, send email to rubyonrails-core@googlegroups.**com<rubyonrails-core@googlegroups.com> >>> . >>> To unsubscribe from this group, send email to >>> rubyonrails-core+unsubscribe@**googlegroups.com<rubyonrails-core+unsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/rubyonrails-core?hl=en<http://groups.google.com/group/rubyonrails-core?hl=en> >>> . >>> >>> >>> >> On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >>> >>> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >>> using Ruby 1.9. >>> >>> - Prem >>> >>> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >>> >>> session_store.rb >>> >>> is: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, key: ''_yourapplicationname_session'' >>> >>> should be: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, :key => ''_yourapplicationname_session'' >>> >>> >>> >>> wrap_parameters.rb >>> >>> is: >>> wrap_parameters format: [:json] >>> >>> should be: >>> wrap_parameters :format => [:json] >>> >>> >>> ruby -v >>> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >>> LX9901145:initializers m2peters$ gem list >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Core" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/rubyonrails-core/-/**pJnDpXo8gf4J<https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J> >>> . >>> To post to this group, send email to rubyonrails-core@googlegroups.**com<rubyonrails-core@googlegroups.com> >>> . >>> To unsubscribe from this group, send email to >>> rubyonrails-core+unsubscribe@**googlegroups.com<rubyonrails-core+unsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/rubyonrails-core?hl=en<http://groups.google.com/group/rubyonrails-core?hl=en> >>> . >>> >>> >>> >> On Friday, March 2, 2012 2:31:18 PM UTC-5, Prem Sichanugrist wrote: >>> >>> No, that is Ruby 1.9 hash syntax. It will generate that syntax if you''re >>> using Ruby 1.9. >>> >>> - Prem >>> >>> On Mar 2, 2012, at 1:31 PM, Mark Peterson wrote: >>> >>> session_store.rb >>> >>> is: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, key: ''_yourapplicationname_session'' >>> >>> should be: >>> YourApplicationName::**Application.config.session_**store >>> :cookie_store, :key => ''_yourapplicationname_session'' >>> >>> >>> >>> wrap_parameters.rb >>> >>> is: >>> wrap_parameters format: [:json] >>> >>> should be: >>> wrap_parameters :format => [:json] >>> >>> >>> ruby -v >>> ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] >>> LX9901145:initializers m2peters$ gem list >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Core" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/rubyonrails-core/-/**pJnDpXo8gf4J<https://groups.google.com/d/msg/rubyonrails-core/-/pJnDpXo8gf4J> >>> . >>> To post to this group, send email to rubyonrails-core@googlegroups.**com<rubyonrails-core@googlegroups.com> >>> . >>> To unsubscribe from this group, send email to >>> rubyonrails-core+unsubscribe@**googlegroups.com<rubyonrails-core+unsubscribe@googlegroups.com> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/rubyonrails-core?hl=en<http://groups.google.com/group/rubyonrails-core?hl=en> >>> . >>> >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Core" group. >> To view this discussion on the web visit https://groups.google.com/d/** >> msg/rubyonrails-core/-/**Ep4ReP7snLQJ<https://groups.google.com/d/msg/rubyonrails-core/-/Ep4ReP7snLQJ> >> . >> To post to this group, send email to rubyonrails-core@googlegroups.**com<rubyonrails-core@googlegroups.com> >> . >> To unsubscribe from this group, send email to >> rubyonrails-core+unsubscribe@**googlegroups.com<rubyonrails-core+unsubscribe@googlegroups.com> >> . >> For more options, visit this group at http://groups.google.com/** >> group/rubyonrails-core?hl=en<http://groups.google.com/group/rubyonrails-core?hl=en> >> . >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/gZCbJN9eCh4J. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Waêl Nasreddine TechnoGate www.technogate.fr mobile : 06.41.68.38.35 agence : 09.70.444.236 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 21:29 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 4:20:50 PM UTC-5, Michael Pavling wrote:> > On 2 March 2012 21:18, Mark Peterson <playerspeak@gmail.com> wrote: > > Again, not sure where you got the "rage" from. > > > > I tend to get it from top-posting with no trimming ;-) >So that''s what top-posting is. Why does Google Groups default to top-posting!!!!!!!!!!! :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/JHewSJBwDBkJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Ryan Bigg
2012-Mar-02 21:35 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, 2 March 2012 at 12:15 PM, Mark Peterson wrote:> You''ve got to be kidding? Why do these people waste their time with such pointless syntactical changesThis is what would be gauged as "rage" here. They''re not *pointless* syntax changes. They''re adapting to the shorter syntax for hashes provided by 1.9. It didn''t have to be done, but it''s just nicer to have it. Please don''t assume that they''re pointless. Most changes in Rails actually do have a point. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 21:39 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 4:21:39 PM UTC-5, eMxyzptlk wrote:> > Just taking a long breath to answer you, this syntax change is not > pointless, it''s a preparation for syntax like this: > > some_method(name ''bob'', age: 25) > > in some_methods, the arguments is not a *hash* but they are named params.. > > Anyway, before this becomes a flame war again, post to rubyonrails-talk or > ruby ML/IRC > > Wael > > >Ah, that makes it all better. Don''t they have better things to work on? (That''s a rhetorical question and not directed at you) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/T1Ul30ileSIJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 21:47 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 4:35:22 PM UTC-5, Ryan Bigg wrote:> > > On Friday, 2 March 2012 at 12:15 PM, Mark Peterson wrote: > > You''ve got to be kidding? Why do these people waste their time with such > pointless syntactical changes > > > This is what would be gauged as "rage" here. They''re not *pointless* > syntax changes. They''re adapting to the shorter syntax for hashes provided > by 1.9. It didn''t have to be done, but it''s just nicer to have it. > > Please don''t assume that they''re pointless. Most changes in Rails actually > do have a point. >All these syntactic sugar changes just add to the barriers to entry. (I don''t blame you for this) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/mCput6Pi4qIJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 22:08 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 4:21:39 PM UTC-5, eMxyzptlk wrote:> > Just taking a long breath to answer you, this syntax change is not > pointless, it''s a preparation for syntax like this: > > some_method(name ''bob'', age: 25) > > in some_methods, the arguments is not a *hash* but they are named params.. > > Anyway, before this becomes a flame war again, post to rubyonrails-talk or > ruby ML/IRC > > Wael >Isn''t "name ''bob''" the syntax for passing "bob" as an argument into the "name" method? Or has that all changed too? If I saw "name ''bob''", I would think that there''s a method named "name" defined somewhere. def name(str) # do something with str end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/mlPar2VoxH0J. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Trek Glowacki
2012-Mar-02 22:14 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
> > Isn''t "name ''bob''" the syntax for passing "bob" as an argument into the "name" method? Or has that all changed too? > > If I saw "name ''bob''", I would think that there''s a method named "name" defined somewhere. > > def name(str) > # do something with str > end > >Sounds like a great question for rubyonrails-talk or ruby ML/IRC. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Prem Sichanugrist
2012-Mar-02 22:14 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
There''s a mistyped there in the code. It has to be `name:`, not `name.` -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 22:20 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 5:14:16 PM UTC-5, Trek wrote:> > > > > Isn''t "name ''bob''" the syntax for passing "bob" as an argument into the > "name" method? Or has that all changed too? > > > > If I saw "name ''bob''", I would think that there''s a method named "name" > defined somewhere. > > > > def name(str) > > # do something with str > > end > > > > > Sounds like a great question for rubyonrails-talk or ruby ML/IRC. >Apparently all these syntactical changes confused you too :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/BsFmJJMK6IYJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 22:23 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 5:14:58 PM UTC-5, Prem Sichanugrist wrote:> > There''s a mistyped there in the code. It has to be `name:`, not `name.` >I''m scared does "name." mean something? For all I know it does now :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/5ExOzwZL0REJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Prem Sichanugrist
2012-Mar-02 22:25 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
Oh, I put the period in the `` because the sentence ended there. Sorry if that''s confused you. The correct code is this: some_method(name: ''bob'', age: 25) - Prem -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 22:37 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 5:25:30 PM UTC-5, Prem Sichanugrist wrote:> > Oh, I put the period in the `` because the sentence ended there. Sorry if > that''s confused you. > > The correct code is this: > > some_method(name: ''bob'', age: 25) > > - Prem >Any programmer worth his salt disobeys the imperfection of quotation punctuation rules :) Putting a period inside the quotes is like having two opening tags but only one closing tag. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/U0H_YMAHACcJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-02 23:05 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 5:37:17 PM UTC-5, Mark Peterson wrote:> > On Friday, March 2, 2012 5:25:30 PM UTC-5, Prem Sichanugrist wrote: >> >> Oh, I put the period in the `` because the sentence ended there. Sorry if >> that''s confused you. >> >> The correct code is this: >> >> some_method(name: ''bob'', age: 25) >> >> - Prem >> > Any programmer worth his salt disobeys the imperfection of quotation > punctuation rules :) > > Putting a period inside the quotes is like having two opening tags but > only one closing tag. > > >Should I not tempt Oxford Grammar? Then template that sentiment in your feelings for Java. :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/CCxXxD59MokJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Andrés Mejía
2012-Mar-03 00:06 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
I don''t mean to offend, but you are one of the most annoying people to ever write to this list. On Fri, Mar 2, 2012 at 6:05 PM, Mark Peterson <playerspeak@gmail.com> wrote:> > > On Friday, March 2, 2012 5:37:17 PM UTC-5, Mark Peterson wrote: >> >> On Friday, March 2, 2012 5:25:30 PM UTC-5, Prem Sichanugrist wrote: >>> >>> Oh, I put the period in the `` because the sentence ended there. Sorry >>> if that''s confused you. >>> >>> The correct code is this: >>> >>> some_method(name: ''bob'', age: 25) >>> >>> - Prem >>> >> Any programmer worth his salt disobeys the imperfection of quotation >> punctuation rules :) >> >> Putting a period inside the quotes is like having two opening tags but >> only one closing tag. >> >> >> > Should I not tempt Oxford Grammar? Then template that sentiment in your > feelings for Java. :) > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/CCxXxD59MokJ. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Wael Nasreddine
2012-Mar-03 00:09 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
lool I second that, he''s like nil always whining :) Sorry dude not offending you, but clearly you woke up on the wrong side of the bed and decided to take it out on the most respectful list, which usually people don''t even use to say thanks so we do not bother the brains behind this wonderful code base. -- Wael Nasreddine Sent from my iPhone On Mar 3, 2012, at 1:07, "Andrés Mejía" <andmej@gmail.com> wrote: I don''t mean to offend, but you are one of the most annoying people to ever write to this list. On Fri, Mar 2, 2012 at 6:05 PM, Mark Peterson <playerspeak@gmail.com> wrote:> > > On Friday, March 2, 2012 5:37:17 PM UTC-5, Mark Peterson wrote: >> >> On Friday, March 2, 2012 5:25:30 PM UTC-5, Prem Sichanugrist wrote: >>> >>> Oh, I put the period in the `` because the sentence ended there. Sorry >>> if that''s confused you. >>> >>> The correct code is this: >>> >>> some_method(name: ''bob'', age: 25) >>> >>> - Prem >>> >> Any programmer worth his salt disobeys the imperfection of quotation >> punctuation rules :) >> >> Putting a period inside the quotes is like having two opening tags but >> only one closing tag. >> >> >> > Should I not tempt Oxford Grammar? Then template that sentiment in your > feelings for Java. :) > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/CCxXxD59MokJ. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-03 00:16 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 7:06:34 PM UTC-5, Andrés Mejía wrote:> > I don''t mean to offend, but you are one of the most annoying people to > ever write to this list. > >I''m certainly not offended. Thanks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/qzUDQUdBbvEJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Ryan Bigg
2012-Mar-03 00:19 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, 2 March 2012 at 4:06 PM, Andrés Mejía wrote:> I don''t mean to offend, but you are one of the most annoying people to ever write to this list.Fire, meet gasoline. i.e. This is not the way to deal with people like that. Insults will only generate more insults. Let''s not do that, k? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-03 00:26 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 7:09:54 PM UTC-5, eMxyzptlk wrote:> > lool I second that, he''s like nil always whining :) > > Sorry dude not offending you, but clearly you woke up on the wrong side of > the bed and decided to take it out on the most respectful list, which > usually people don''t even use to say thanks so we do not bother the brains > behind this wonderful code base. > > -- > Wael Nasreddine > Sent from my iPhone > >I guess the defensive postures exhibited in the "why all the rage" comments my instincts set in to pounce :) Cut out the inferiority complexes. It''s unbecoming such a great and powerful framework. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/63J9UrWl3LoJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-03 00:29 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 7:19:15 PM UTC-5, Ryan Bigg wrote:> > > On Friday, 2 March 2012 at 4:06 PM, Andrés Mejía wrote: > > I don''t mean to offend, but you are one of the most annoying people to > ever write to this list. > > Fire, meet gasoline. > > i.e. This is not the way to deal with people like that. Insults will only > generate more insults. Let''s not do that, k? >I think he''s the one who removed include_root_in_json from ActiveResource :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/aR1HIfQXRMoJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Chad Woolley
2012-Mar-03 02:25 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
"M" is the mute thread shortcut in gmail: http://support.google.com/mail/bin/answer.py?hl=en&answer=47787 Don''t feed the trolls. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-03 04:36 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Friday, March 2, 2012 9:25:06 PM UTC-5, thewoo...@gmail.com wrote:> > "M" is the mute thread shortcut in gmail: > > http://support.google.com/mail/bin/answer.py?hl=en&answer=47787 > > Don''t feed the trolls. > > Yes, block your ears as users express their concerns.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/aDTzgzK3xFsJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Johnneylee Rollins
2012-Mar-03 04:47 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
On Fri, Mar 2, 2012 at 11:36 PM, Mark Peterson <playerspeak@gmail.com> wrote:> On Friday, March 2, 2012 9:25:06 PM UTC-5, thewoo...@gmail.com wrote: >> >> "M" is the mute thread shortcut in gmail: >> >> http://support.google.com/mail/bin/answer.py?hl=en&answer=47787 >> >> Don''t feed the trolls. > > Yes, block your ears as users express their concerns on the wrong mailing list.~Johnneylee> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-core/-/aDTzgzK3xFsJ. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Mark Peterson
2012-Mar-03 05:02 UTC
Re: Generating new project creates a few files with bad syntax Rails 3.2.1
How is "Generating new project creates a few files with bad syntax Rails 3.2.1" on the wrong mailing list? Don''t confuse my reaction to the curious responses of "victims united" as being the purpose of this thread. I was pointing out something that I thought was a problem. Is there a mission statement for this mailing list? If there is, I don''t see it. On Friday, March 2, 2012 11:47:24 PM UTC-5, SpaceGhost wrote:> > On Fri, Mar 2, 2012 at 11:36 PM, Mark Peterson <playerspeak@gmail.com> > wrote: > > On Friday, March 2, 2012 9:25:06 PM UTC-5, thewoo...@gmail.com wrote: > >> > >> "M" is the mute thread shortcut in gmail: > >> > >> http://support.google.com/mail/bin/answer.py?hl=en&answer=47787 > >> > >> Don''t feed the trolls. > > > > Yes, block your ears as users express their concerns on the wrong > mailing list. > > ~Johnneylee > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Core" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/rubyonrails-core/-/aDTzgzK3xFsJ. > > > > To post to this group, send email to rubyonrails-core@googlegroups.com. > > To unsubscribe from this group, send email to > > rubyonrails-core+unsubscribe@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/-0oROpUpFloJ. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.