You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Hubert Wong (JIRA)" <ji...@apache.org> on 2009/05/21 00:05:45 UTC

[jira] Created: (OLIO-99) Application.rb needs to be renamed to application_controller.rb for Rails 2.3

Application.rb needs to be renamed to application_controller.rb for Rails 2.3
-----------------------------------------------------------------------------

                 Key: OLIO-99
                 URL: https://issues.apache.org/jira/browse/OLIO-99
             Project: Olio
          Issue Type: Bug
          Components: rails-app
    Affects Versions: 0.1
         Environment: Rails 2.3
            Reporter: Hubert Wong
            Assignee: Shanti Subramanyam


A new naming convention in Rails 2.3 requires application.rb to be renamed to application_controller.rb. After renaming, the application may no longer run in any version of Rails under 2.3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OLIO-99) Application.rb needs to be renamed to application_controller.rb for Rails 2.3

Posted by "Mandy Waite (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OLIO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711497#action_12711497 ] 

Mandy Waite commented on OLIO-99:
---------------------------------

I'll try the link idea out, but I wouldn't get too hung up on having the application run on two many older Rails versions as it changes so rapidly. Probably current -1 is the best we can hope for. I'll check in the Rails 2.3.2 updates before the caching update.

> Application.rb needs to be renamed to application_controller.rb for Rails 2.3
> -----------------------------------------------------------------------------
>
>                 Key: OLIO-99
>                 URL: https://issues.apache.org/jira/browse/OLIO-99
>             Project: Olio
>          Issue Type: Bug
>          Components: rails-app
>    Affects Versions: 0.1
>         Environment: Rails 2.3
>            Reporter: Hubert Wong
>            Assignee: Shanti Subramanyam
>
> A new naming convention in Rails 2.3 requires application.rb to be renamed to application_controller.rb. After renaming, the application may no longer run in any version of Rails under 2.3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OLIO-99) Application.rb needs to be renamed to application_controller.rb for Rails 2.3

Posted by "Shanti Subramanyam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OLIO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shanti Subramanyam closed OLIO-99.
----------------------------------


> Application.rb needs to be renamed to application_controller.rb for Rails 2.3
> -----------------------------------------------------------------------------
>
>                 Key: OLIO-99
>                 URL: https://issues.apache.org/jira/browse/OLIO-99
>             Project: Olio
>          Issue Type: Bug
>          Components: rails-app
>    Affects Versions: 0.1
>         Environment: Rails 2.3
>            Reporter: Hubert Wong
>            Assignee: Shanti Subramanyam
>
> A new naming convention in Rails 2.3 requires application.rb to be renamed to application_controller.rb. After renaming, the application may no longer run in any version of Rails under 2.3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OLIO-99) Application.rb needs to be renamed to application_controller.rb for Rails 2.3

Posted by "Mandy Waite (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OLIO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mandy Waite resolved OLIO-99.
-----------------------------

    Resolution: Fixed

Updated application to Rails 2.3.2 using rake rails:update. This renames application.rb to application_controller.rb. Left copy of original application.rb in place to provide for some level of compatibility with older versions of Rails

> Application.rb needs to be renamed to application_controller.rb for Rails 2.3
> -----------------------------------------------------------------------------
>
>                 Key: OLIO-99
>                 URL: https://issues.apache.org/jira/browse/OLIO-99
>             Project: Olio
>          Issue Type: Bug
>          Components: rails-app
>    Affects Versions: 0.1
>         Environment: Rails 2.3
>            Reporter: Hubert Wong
>            Assignee: Shanti Subramanyam
>
> A new naming convention in Rails 2.3 requires application.rb to be renamed to application_controller.rb. After renaming, the application may no longer run in any version of Rails under 2.3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OLIO-99) Application.rb needs to be renamed to application_controller.rb for Rails 2.3

Posted by "Shanti Subramanyam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OLIO-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711431#action_12711431 ] 

Shanti Subramanyam commented on OLIO-99:
----------------------------------------

It is best to fix this issue by creating a link from application.rb to application_controller.rb. 

> Application.rb needs to be renamed to application_controller.rb for Rails 2.3
> -----------------------------------------------------------------------------
>
>                 Key: OLIO-99
>                 URL: https://issues.apache.org/jira/browse/OLIO-99
>             Project: Olio
>          Issue Type: Bug
>          Components: rails-app
>    Affects Versions: 0.1
>         Environment: Rails 2.3
>            Reporter: Hubert Wong
>            Assignee: Shanti Subramanyam
>
> A new naming convention in Rails 2.3 requires application.rb to be renamed to application_controller.rb. After renaming, the application may no longer run in any version of Rails under 2.3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.